From 5577750a871e4966404f171d97173e2ac76ff7e8 Mon Sep 17 00:00:00 2001 From: thurendous Date: Wed, 20 Sep 2023 17:11:18 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20fix=20test=20again=20after=20merge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/integration/ProxyFactoryTest.t.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/ProxyFactoryTest.t.sol b/test/integration/ProxyFactoryTest.t.sol index 1b74c3a..27c24a5 100644 --- a/test/integration/ProxyFactoryTest.t.sol +++ b/test/integration/ProxyFactoryTest.t.sol @@ -1223,6 +1223,7 @@ contract ProxyFactoryTest is StdCheats, HelperContract { TEST_SIGNER, contestId, address(newDistributor), signature, sendingData ); assertFalse(MockERC20(jpycv2Address).balanceOf(user1) == 19000 ether); + } // special poc test case function testOwnerCannotIncorrectlyPullFundsFromContestsNotYetExpired() public {