Skip to content

Commit

Permalink
fix: clean up test
Browse files Browse the repository at this point in the history
  • Loading branch information
jahabeebs committed Sep 11, 2024
1 parent 501eb25 commit 5feae91
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ describe("EboActor", () => {
vi.spyOn(registry, "getDispute").mockReturnValue(firstResponseDispute);

const mockFinalize = vi.spyOn(protocolProvider, "finalize").mockImplementation(() => {
console.log("Mocked finalize method called");
return Promise.resolve();
});

Expand Down

0 comments on commit 5feae91

Please sign in to comment.