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