Skip to content

Commit f5bc810

Browse files
committed
fix
1 parent 0584d15 commit f5bc810

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coderd/workspaces_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,6 @@ func TestWorkspaceResource(t *testing.T) {
24782478
Command: "some-command",
24792479
Url: "http://localhost:3000",
24802480
Icon: "/code.svg",
2481-
Order: 3,
24822481
},
24832482
{
24842483
Slug: "code-server-2",
@@ -2491,7 +2490,6 @@ func TestWorkspaceResource(t *testing.T) {
24912490
Interval: 5,
24922491
Threshold: 6,
24932492
},
2494-
Order: 2,
24952493
},
24962494
}
24972495
version := coderdtest.CreateTemplateVersion(t, client, user.OrganizationID, &echo.Responses{

0 commit comments

Comments
 (0)