Skip to content

Commit

Permalink
update serialize_tests.cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Mar 18, 2024
1 parent 1cbb349 commit 0e9fa73
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cadence/tests/Serialize_tests.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ let admin = Test.getAccount(0x0000000000000007)
access(all)
let alice = Test.createAccount()

// access(all)
// let testSerializableStructOutput = "{\"trait_type\": \"Name\", \"value\": \"TestSerializableStruct\"}"
// access(all)
// struct TestSerializableStruct : SerializationInterfaces.SerializableStruct {
// access(all)
// fun serialize(): String {
// return testSerializableStructOutput
// }
// }
access(all)
fun setup() {
var err = Test.deployContract(
Expand Down

0 comments on commit 0e9fa73

Please sign in to comment.