Skip to content

Commit

Permalink
Update InventoryClient.InventoryRebalance.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Oct 9, 2023
1 parent 37ece85 commit 518e692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/InventoryClient.InventoryRebalance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ describe("InventoryClient: Rebalancing inventory", async function () {
.whenCalledWith(owner.address)
.returns(initialAllocation[1][mainnetUsdc].sub(toMegaWei(1)));
await inventoryClient.rebalanceInventoryIfNeeded();
expect(spyLogIncludes(spy, -2, "balance in relayer on Ethereum changed before sending cross chain transfer")).to.be
expect(spyLogIncludes(spy, -2, "Token balance on Ethereum changed")).to.be;
.true;

// Reset and check again.
Expand Down

0 comments on commit 518e692

Please sign in to comment.