Skip to content

Commit 402b342

Browse files
committed
errant copy pasta
1 parent 7abc92b commit 402b342

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

enterprise/coderd/workspaces_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,8 +685,6 @@ func TestWorkspaceAutobuild(t *testing.T) {
685685
ws := coderdtest.CreateWorkspace(t, client, user.OrganizationID, template.ID)
686686
coderdtest.AwaitWorkspaceBuildJobCompleted(t, client, ws.LatestBuild.ID)
687687

688-
coderdtest.MustTransitionWorkspace(t, client, ws.ID, database.WorkspaceTransitionStart, database.WorkspaceTransitionStop)
689-
690688
// Create a new version that will fail when we try to delete a workspace.
691689
version = coderdtest.CreateTemplateVersion(t, client, user.OrganizationID, &echo.Responses{
692690
Parse: echo.ParseComplete,

0 commit comments

Comments
 (0)