take into account that by default there is no donation anymore
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
899b03ddde
commit
4bea615f8b
@ -100,6 +100,8 @@ contract ReserveTest is Test {
|
||||
|
||||
function test_withdraw_couldBeDoneByDeployer() public {
|
||||
assertEq(address(reserve).balance, 0);
|
||||
vm.prank(initializer);
|
||||
reserve.changeReminder(1e5);
|
||||
|
||||
deal(aliceAddress, sendAmount);
|
||||
vm.prank(aliceAddress);
|
||||
|
Loading…
Reference in New Issue
Block a user