minor test fix

This commit is contained in:
Patrick Dowell
2023-02-23 17:12:57 -08:00
parent b942551e33
commit 65a2024285

View File

@@ -84,7 +84,7 @@ contract MetaTransactionTest is LocalTest {
return mtx;
}
function _badSelectorTransformERC20Call() private returns (bytes memory) {
function _badSelectorTransformERC20Call() private pure returns (bytes memory) {
return abi.encodeWithSelector(ITransformERC20Feature.createTransformWallet.selector);
}