Skip to content

Commit

Permalink
Formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelAR authored and julienbrs committed Jun 27, 2024
1 parent 44d037e commit 637cff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/units/test_metadata_update.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ fn test_metadata_update() {
low: 0xffffffffffffffffffffffffffffffff_u128, high: 0xffffffffffffffffffffffffffffffff_u128
};

MetadataUpdate { token_id: u256_max };
MetadataUpdate { token_id: u256_max };
return ();
}

0 comments on commit 637cff1

Please sign in to comment.