Skip to content

Commit

Permalink
test: fix view warning
Browse files Browse the repository at this point in the history
  • Loading branch information
agusduha committed Aug 14, 2024
1 parent 2a3a723 commit 8b74736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ contract L2StandardBridgeInterop_Test is Bridge_Initializer {
}

/// @notice Assume a valid address for fuzzing
function _assumeAddress(address _address) internal {
function _assumeAddress(address _address) internal view {
vm.assume(
_address.code.length == 0 // No accounts with code
&& _address != CONSOLE // The console has no code but behaves like a contract
Expand Down

0 comments on commit 8b74736

Please sign in to comment.