Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
wwhchung committed Apr 9, 2024
1 parent 60c9929 commit be7eb80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/manifold/test/edition/ManifoldERC721Edition.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ contract ManifoldERC721EditionTest is Test {
assertEq(instanceIds[1], 0);
assertEq(instanceIds[2], 2);

// Test getting first token id
edition = example.getEditionInfo(address(creatorCore1), 2);
assertEq(edition.firstTokenId, 16);

vm.stopPrank();
}

Expand Down

0 comments on commit be7eb80

Please sign in to comment.