Skip to content

Commit decf9ca

Browse files
committed
fix: Test
1 parent 57b17b8 commit decf9ca

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
@@ -87,7 +87,7 @@ func TestWorkspace(t *testing.T) {
8787
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitMedium)
8888
defer cancel()
8989

90-
want := ws1.Name + "_2"
90+
want := ws1.Name + "-test"
9191
err := client.UpdateWorkspace(ctx, ws1.ID, codersdk.UpdateWorkspaceRequest{
9292
Name: want,
9393
})

0 commit comments

Comments
 (0)