From 3d7fd011398f6788bab4b0fe1c1ee72eeef238bc Mon Sep 17 00:00:00 2001 From: Hans Wang Date: Wed, 8 Nov 2023 12:17:35 -0800 Subject: [PATCH] intent --- test/supply-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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