Skip to content

Commit a608663

Browse files
committed
fix tests
1 parent 5057c6a commit a608663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/WorkspaceStore.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ describe("WorkspaceStore", () => {
253253

254254
expect(state).toMatchObject({
255255
messages: [],
256-
canInterrupt: false,
256+
interruptType: "none",
257257
isCompacting: false,
258258
loading: true, // loading because not caught up
259259
cmuxMessages: [],

0 commit comments

Comments
 (0)