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:
Uncle Fatso 2025-06-27 20:42:23 +03:00
parent 899b03ddde
commit 4bea615f8b
Signed by: f4ts0
GPG Key ID: 565F4F2860226EBB

View File

@ -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);