Skip to content

Commit

Permalink
Update test/foundry/lib/BitMask.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramarti authored Dec 8, 2023
1 parent 5022721 commit 9a806c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/foundry/lib/BitMask.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ contract BitMaskHarness {
return BitMask._convertToMask(assetTypes);
}

function isSet(uint256 mask, uint8 assetType) view external returns (bool) {
function isSet(uint256 mask, uint8 assetType) pure external returns (bool) {
return BitMask._isSet(mask, assetType);
}

Expand Down

0 comments on commit 9a806c0

Please sign in to comment.