Skip to content

Commit

Permalink
fix withdrawal test
Browse files Browse the repository at this point in the history
  • Loading branch information
r0wdy1 committed Dec 18, 2023
1 parent 5aad9b3 commit e318314
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/zkbob/manager/MPCGuard.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ contract MPCOperatorManagerTest is AbstractZkBobPoolTest, AbstractPolygonForkTes
}

function testWithdrawMPC() public {
bytes memory data = withMPC(_encodeWithdrawal(user1, 0.1 ether, 0.001 ether, 0));
bytes memory data = withMPC(_encodePermitDeposit(0.111 ether, 0.01 ether)); //752
_transactMPC(data);
data = withMPC(_encodeWithdrawal(user1, 0.1 ether, 0.001 ether, 0));

_transactMPC(data);
}
Expand Down

0 comments on commit e318314

Please sign in to comment.