Skip to content

Commit

Permalink
test: fix settling dispute test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xyaco committed Oct 28, 2024
1 parent e7120d7 commit ab18cfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ describe("EboActor", () => {
// Skipping finalize flow with this mock
vi.spyOn(registry, "getResponses").mockReturnValue([]);
vi.spyOn(registry, "getDisputes").mockReturnValue([dispute]);
actor["canBeSettled"] = vi.fn().mockReturnValue(true);

const newBlockNumber = disputeDeadline + 1n;

Expand Down

0 comments on commit ab18cfa

Please sign in to comment.