Skip to content

Commit

Permalink
Update Dataworker.customSpokePoolClients.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Dec 4, 2024
1 parent df6d9ea commit 086d806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Dataworker.customSpokePoolClients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe("Dataworker: Using SpokePool clients with short lookback windows", asyn
expect(lastSpyLogIncludes(spy, "Skipping dispute")).to.be.true;
expect(spyLogLevel(spy, -1)).to.equal("error");
expect(spyLogIncludes(spy, -2, "Cannot validate bundle with insufficient event data")).to.be.true;
expect(spyLogLevel(spy, -2)).to.equal("debug");
expect(spyLogLevel(spy, -2)).to.equal("warn");
expect(multiCallerClient.transactionCount()).to.equal(0);
});
});

0 comments on commit 086d806

Please sign in to comment.