From bd53b37f2fd1e5ebaa2697bc4e323fab40613edb Mon Sep 17 00:00:00 2001 From: Alisander Qoshqosh <37006439+qalisander@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:21:35 +0400 Subject: [PATCH] ++ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexander González --- contracts/src/erc721/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/src/erc721/mod.rs b/contracts/src/erc721/mod.rs index 19f113ec..67f82f42 100644 --- a/contracts/src/erc721/mod.rs +++ b/contracts/src/erc721/mod.rs @@ -1064,7 +1064,7 @@ mod tests { } #[grip::test] - fn mint_nft_and_check_balance(contract: ERC721) { + fn mints(contract: ERC721) { let token_id = random_token_id(); contract._mint(*ALICE, token_id).expect("mint token"); let owner = contract.owner_of(token_id).expect("owner address");