|
|
@ -73,6 +73,13 @@ contract UnaboomerTest is Test {
|
|
|
|
uint256 killcount = main.killCount(leader);
|
|
|
|
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 {
|
|
|
|
function testKilling() public {
|
|
|
|
address t = address(1);
|
|
|
|
address t = address(1);
|
|
|
|
startHoax(t);
|
|
|
|
startHoax(t);
|
|
|
|