Commit ebf59833 authored by Will Cory's avatar Will Cory Committed by GitHub

change (()) to ()

parent ca8accbd
...@@ -94,7 +94,7 @@ contract OptimistTest is Optimist_Initializer { ...@@ -94,7 +94,7 @@ contract OptimistTest is Optimist_Initializer {
assertEq(optimist.balanceOf(bob), 0); assertEq(optimist.balanceOf(bob), 0);
// whitelist bob // whitelist bob
attestAllowlist((bob)); attestAllowlist(bob);
uint256 tokenId = uint256(uint160(bob)); uint256 tokenId = uint256(uint160(bob));
vm.expectEmit(true, true, true, true); vm.expectEmit(true, true, true, true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment