Skip to content

Commit

Permalink
tamagotchi_nft
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackliu-miaozi committed Dec 19, 2023
1 parent 8ee6ea5 commit a8f5aa6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/03-tamagotchi-nft/tests/owning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ fn owning_test() {
// let result = program.send(3, TmgAction::RevokeApproval);
// let log = Log::builder().dest(3).payload(TmgEvent::ApprovalRevoked);
// assert!(result.contains(&log));

//why the test is panic?
//TODO: I don't know how to test the code.

// TODO: 6️⃣ Test new functionality
}

0 comments on commit a8f5aa6

Please sign in to comment.