diff --git a/test/supply-test.ts b/test/supply-test.ts index 41f9b45f3..f89ac35f8 100644 --- a/test/supply-test.ts +++ b/test/supply-test.ts @@ -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()'"); -}); + }); }); \ No newline at end of file