We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045260d commit 43f45ffCopy full SHA for 43f45ff
cli/server_test.go
@@ -120,7 +120,7 @@ func TestServer(t *testing.T) {
120
})
121
// Duplicated test from "Development" above to test setting email/password via env.
122
t.Run("Development with email and password from env", func(t *testing.T) {
123
- // Cannot run parallell due to os.Setenv.
+ // Cannot run parallel due to os.Setenv.
124
ctx, cancelFunc := context.WithCancel(context.Background())
125
defer cancelFunc()
126
0 commit comments