Skip to content

Commit

Permalink
update test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Mar 21, 2024
1 parent 14b086a commit 48de417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/tests/serialize_nft_tests.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ fun testSerializeNFTDisplaySucceeds() {
Test.assertEqual(expected, serializedResult!)
}

// Given just token-level Display, serialize as contractURI format
// Given just contract-level Display, serialize as contractURI format
access(all)
fun testSerializeNFTCollectionDisplaySucceeds() {
let collectionDisplay = MetadataViews.NFTCollectionDisplay(
Expand Down

0 comments on commit 48de417

Please sign in to comment.