Skip to content

Commit 91ce668

Browse files
committed
fix: make sure file formatting goes through
1 parent 8d7fe73 commit 91ce668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacePage/WorkspacePage.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ describe("WorkspacePage", () => {
183183
.spyOn(api, "startWorkspace")
184184
.mockImplementation(() => Promise.resolve(MockWorkspaceBuild));
185185

186-
await testButton(MockStoppedWorkspace, "Start", startWorkspaceMock);
186+
await testButton(MockStoppedWorkspace, "Start", startWorkspaceMock);
187187
});
188188

189189
it("requests a stop job when the user presses Stop", async () => {

0 commit comments

Comments
 (0)