add comment on TokenDividerTest
This commit is contained in:
parent
9055f078ba
commit
50370b5b0c
@ -27,8 +27,8 @@ contract TokenDiverTest is Test {
|
|||||||
|
|
||||||
erc721Mock = new ERC721Mock();
|
erc721Mock = new ERC721Mock();
|
||||||
|
|
||||||
erc721Mock.mint(USER);
|
erc721Mock.mint(USER); // @auditor: user has the NFT
|
||||||
vm.deal(USER2, STARTING_USER_BALANCE);
|
vm.deal(USER2, STARTING_USER_BALANCE); // @auditor: user2 got 10 ether
|
||||||
}
|
}
|
||||||
|
|
||||||
function testDivideNft() public {
|
function testDivideNft() public {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user