Skip to content

Commit c040e8e

Browse files
committed
fix workspaces_test
1 parent 8ab5200 commit c040e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/workspaces_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ import (
2525
"github.com/coder/coder/testutil"
2626
)
2727

28-
func TestWorkspaces(t *testing.T) {
28+
func TestWorkspace(t *testing.T) {
2929
t.Parallel()
3030

31-
t.Run("OKK", func(t *testing.T) {
31+
t.Run("OK", func(t *testing.T) {
3232
t.Parallel()
3333
client := coderdtest.New(t, &coderdtest.Options{IncludeProvisionerDaemon: true})
3434
user := coderdtest.CreateFirstUser(t, client)

0 commit comments

Comments
 (0)