Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab5200 commit c040e8eCopy full SHA for c040e8e
1 file changed
coderd/workspaces_test.go
@@ -25,10 +25,10 @@ import (
25
"github.com/coder/coder/testutil"
26
)
27
28
-func TestWorkspaces(t *testing.T) {
+func TestWorkspace(t *testing.T) {
29
t.Parallel()
30
31
- t.Run("OKK", func(t *testing.T) {
+ t.Run("OK", func(t *testing.T) {
32
33
client := coderdtest.New(t, &coderdtest.Options{IncludeProvisionerDaemon: true})
34
user := coderdtest.CreateFirstUser(t, client)
0 commit comments