Skip to content

Commit 7896844

Browse files
committed
Remove error
1 parent 766a7b1 commit 7896844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codersdk/workspaces_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ func TestWorkspaces(t *testing.T) {
134134
Name: "wooow",
135135
ProjectID: project.ID,
136136
})
137+
require.NoError(t, err)
137138
_, err = server.Client.CreateWorkspaceHistory(context.Background(), "", workspace.Name, coderd.CreateWorkspaceHistoryRequest{
138139
ProjectHistoryID: uuid.New(),
139140
Transition: database.WorkspaceTransitionCreate,

0 commit comments

Comments
 (0)