Skip to content

Commit

Permalink
Merge branch '2024-09-03-FlowERC721FlowERC721ToERC1155Test' into 2024…
Browse files Browse the repository at this point in the history
…-09-13-FlowERC1155PreviewDefinedFlowIOForERC20MultiElementArraysTest
  • Loading branch information
Erikd-dev committed Sep 15, 2024
2 parents e8798e8 + 53d308d commit 3dcab2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/abstract/FlowTransferOperation.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ abstract contract FlowTransferOperation is Test {
return FlowTransferV1(new ERC20Transfer[](0), new ERC721Transfer[](0), new ERC1155Transfer[](0));
}

function transferRC721ToERC1155(
function transferERC721ToERC1155(
address addressA,
address addressB,
uint256 erc721InTokenId,
Expand Down
2 changes: 1 addition & 1 deletion test/abstract/flow/AbstractFlowTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ contract AbstractFlowTest is FlowBasicTest {
20 ether,
10 ether,
5,
transferRC721ToERC1155(alice, flow, erc721InTokenId, erc1155OutAmount, erc1155OutTokenId)
transferERC721ToERC1155(alice, flow, erc721InTokenId, erc1155OutAmount, erc1155OutTokenId)
);
interpreterEval2MockCall(stack, new uint256[](0));
}
Expand Down

0 comments on commit 3dcab2f

Please sign in to comment.