Skip to content

Commit

Permalink
Update test/L2/L2Claim.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Matjaz Verbole <[email protected]>
  • Loading branch information
Phanco and matjazv committed Jun 25, 2024
1 parent d4894e9 commit e90d2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/L2/L2Claim.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ contract L2ClaimTest is L2ClaimHelper {
l2Claim.acceptOwnership();
}

function test_UpgradeToAndCall_RevertWhenNotOwner(uint256 _addressSeed) public {
function testFuzz_UpgradeToAndCall_RevertWhenNotOwner(uint256 _addressSeed) public {
// deploy L2Claim Implementation contract
L2ClaimV2Mock l2ClaimV2Implementation = new L2ClaimV2Mock();
_addressSeed = bound(_addressSeed, 1, type(uint160).max);
Expand Down

0 comments on commit e90d2e0

Please sign in to comment.