Skip to content

Commit

Permalink
✅ fix test again after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
thurendous committed Sep 20, 2023
1 parent ee6172e commit 5577750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/ProxyFactoryTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5577750

Please sign in to comment.