Merge branch 'audit' of git.fbrns.co:han/2025-01-cyfrin-pieces-protocol into audit
This commit is contained in:
commit
385c78651f
@ -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