Skip to content

Commit

Permalink
Update Dataworker.executePoolRebalances.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Nov 28, 2024
1 parent 8b193c0 commit 1ce5b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Dataworker.executePoolRebalances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ describe("Dataworker: Execute pool rebalances", async function () {
);
expect(lastSpyLogLevel(spy)).to.equal("error");
expect(lastSpyLogIncludes(spy, "will fail")).to.be.true;
expect(spy.getCall(-1).lastArg.l1Token).to.equal(l1Token2)
expect(spy.getCall(-1).lastArg.l1Token).to.equal(l1Token2);
expect(updated.size).to.equal(0);
expect(multiCallerClient.transactionCount()).to.equal(0);
});
Expand Down

0 comments on commit 1ce5b37

Please sign in to comment.