Skip to content

Commit

Permalink
intent
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Wang committed Nov 8, 2023
1 parent 499dce8 commit 3d7fd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/supply-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -694,5 +694,5 @@ describe('supplyFrom', function () {
await EVIL.allocateTo(alice.address, 75e6);
await comet.connect(alice).supplyTo(bob.address, EVIL.address, 75e6);
expect(await comet.collateralBalanceOf(bob.address, EVIL.address)).to.be.revertedWith("custom error 'TransferInFailed()'");
});
});
});

0 comments on commit 3d7fd01

Please sign in to comment.