|
|
@ -45,7 +45,7 @@ contract UnaboomerTest is Test {
|
|
|
|
assertEq(bomb.balanceOf(t2, 1), 40);
|
|
|
|
assertEq(bomb.balanceOf(t2, 1), 40);
|
|
|
|
// sending bombs should change supplies
|
|
|
|
// sending bombs should change supplies
|
|
|
|
hoax(t1);
|
|
|
|
hoax(t1);
|
|
|
|
(bool[] memory res, uint256[] memory killed) = main.sendBombs(60);
|
|
|
|
main.sendBombs(60);
|
|
|
|
// for (uint256 i; i < res.length; i++) {
|
|
|
|
// for (uint256 i; i < res.length; i++) {
|
|
|
|
// console.log(res[i]);
|
|
|
|
// console.log(res[i]);
|
|
|
|
// console.log(killed[i]);
|
|
|
|
// console.log(killed[i]);
|
|
|
|