Skip to content

Commit

Permalink
Update src/tests/token/test_erc721.cairo
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Nordelo <[email protected]>
  • Loading branch information
andrew-fleming and ericnordelo authored Nov 6, 2023
1 parent 8d0cd9c commit d518fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/token/test_erc721.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ fn test__exists() {

assert(!state.erc721._exists(token_id), 'Token should not exist');
owner = state.erc721.ERC721_owners.read(token_id);
assert(owner == zero, '');
assert(owner == zero, 'Invalid owner');
}

//
Expand Down

0 comments on commit d518fcf

Please sign in to comment.