Merge branch 'audit' of git.fbrns.co:han/2025-01-cyfrin-pieces-protocol into audit

This commit is contained in:
han 2025-01-19 22:57:14 +07:00
commit 385c78651f

View File

@ -27,8 +27,8 @@ contract TokenDiverTest is Test {
erc721Mock = new ERC721Mock();
erc721Mock.mint(USER);
vm.deal(USER2, STARTING_USER_BALANCE);
erc721Mock.mint(USER); // @auditor: user has the NFT
vm.deal(USER2, STARTING_USER_BALANCE); // @auditor: user2 got 10 ether
}
function testDivideNft() public {