Skip to content

Commit 56bceb6

Browse files
Kira-Pilotjohnstcn
andauthored
Update coderd/workspaces_test.go
shortening test name Co-authored-by: Cian Johnston <cian@coder.com>
1 parent f8a844c commit 56bceb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspaces_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ func TestWorkspaceByOwnerAndName(t *testing.T) {
274274
_, err := client.WorkspaceByOwnerAndName(context.Background(), codersdk.Me, workspace.Name, codersdk.WorkspaceByOwnerAndNameParams{})
275275
require.NoError(t, err)
276276
})
277-
t.Run("deletedGetWorkspaceByOwnerAndName", func(t *testing.T) {
277+
t.Run("Deleted", func(t *testing.T) {
278278
t.Parallel()
279279
client := coderdtest.New(t, &coderdtest.Options{IncludeProvisionerD: true})
280280
user := coderdtest.CreateFirstUser(t, client)

0 commit comments

Comments
 (0)