Skip to content

Commit

Permalink
Fix mock test
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Jul 8, 2024
1 parent d0fb046 commit 2d18520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs/host-iframe.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe("IframeHost", () => {
const fs = {
read: () => new TextEncoder().encode("Code read!"),
write: mockWrite,
addListener: mockAddListener,
addEventListener: mockAddListener,
getPythonProject: () => "",
} as any;

Expand Down

0 comments on commit 2d18520

Please sign in to comment.