Skip to content

Commit 43f45ff

Browse files
committed
Fix typo
1 parent 045260d commit 43f45ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func TestServer(t *testing.T) {
120120
})
121121
// Duplicated test from "Development" above to test setting email/password via env.
122122
t.Run("Development with email and password from env", func(t *testing.T) {
123-
// Cannot run parallell due to os.Setenv.
123+
// Cannot run parallel due to os.Setenv.
124124
ctx, cancelFunc := context.WithCancel(context.Background())
125125
defer cancelFunc()
126126

0 commit comments

Comments
 (0)