Skip to content

Commit d74048b

Browse files
authored
Token erc721 tests (#216)
* wip: token-erc721 tests * run prettier * more tests
1 parent e2c5ee3 commit d74048b

File tree

3 files changed

+631
-13
lines changed

3 files changed

+631
-13
lines changed

src/test/sdk/extension/PlatformFee.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ contract ExtensionPlatformFee is DSTest, Test {
5353
ext.setPlatformFeeInfo(address(1), 1000);
5454
}
5555

56-
function test_event_defaultRoyalty() public {
56+
function test_event_platformFeeInfo() public {
5757
ext.setCondition(true);
5858

5959
address _platformFeeRecipient = address(0x123);

0 commit comments

Comments
 (0)