Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander González <[email protected]>
  • Loading branch information
qalisander and alexfertel authored Apr 5, 2024
1 parent b9b5c58 commit bd53b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/erc721/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit bd53b37

Please sign in to comment.