Skip to content

Commit 24ccec4

Browse files
committed
Fix tests
1 parent 7e97461 commit 24ccec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/util/workspace.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ describe("util > workspace", () => {
8282
...Mocks.MockWorkspaceBuild,
8383
reason: "autostart",
8484
},
85-
"system/autostart",
85+
"Coder",
8686
],
8787
[
8888
{
8989
...Mocks.MockWorkspaceBuild,
9090
reason: "autostop",
9191
},
92-
"system/autostop",
92+
"Coder",
9393
],
9494
])(
9595
`getDisplayWorkspaceBuildInitiatedBy(%p) returns %p`,

0 commit comments

Comments
 (0)