Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crossle committed Jan 2, 2025
1 parent 410dcde commit 2c71def
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ import (
"crypto/rand"
"encoding/base64"
"fmt"
"os"
"testing"

"github.com/stretchr/testify/assert"
)

func TestCreateUserSimple(t *testing.T) {
if os.Getenv("CI") != "" {
t.Skip("Skipping testing in CI environment")
}
assert := assert.New(t)
WithAPIKey("", "", "")
pub, _, err := ed25519.GenerateKey(rand.Reader)
Expand Down

0 comments on commit 2c71def

Please sign in to comment.