From 6bbf2825d17b5a4b7e6c8d3134d6ceab36ac2ea8 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Tue, 3 Jan 2023 15:07:40 -0800 Subject: [PATCH] more tests --- test/Unaboomer.t.sol | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/Unaboomer.t.sol b/test/Unaboomer.t.sol index 0631ec2..7f5288f 100644 --- a/test/Unaboomer.t.sol +++ b/test/Unaboomer.t.sol @@ -73,6 +73,13 @@ contract UnaboomerTest is Test { uint256 killcount = main.killCount(leader); } + function testSendingBombsAgain() public { + hoax(address(1)); + main.radicalizeBoomers{value: .01 ether}(1); + hoax(address(1)); + main.sendBombs(1); + } + function testKilling() public { address t = address(1); startHoax(t);