Skip to content

Commit 3f8e780

Browse files
committed
fix: Test
1 parent c8adca1 commit 3f8e780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspaces_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func TestWorkspace(t *testing.T) {
9393
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitMedium)
9494
defer cancel()
9595

96-
want := ws1.Name + "_2"
96+
want := ws1.Name + "-test"
9797
err := client.UpdateWorkspace(ctx, ws1.ID, codersdk.UpdateWorkspaceRequest{
9898
Name: want,
9999
})

0 commit comments

Comments
 (0)