r0gue-io / pop-node

Pop Network makes it easy for smart contract developers to use the Power of Polkadot.
The Unlicense
24 stars 6 forks source link

feat(drink test): assert last event #370

Closed chungquantin closed 3 weeks ago

chungquantin commented 3 weeks ago

Changes made to the pop-api crate for the assert_last_event! macro in pop-drink

Require this PR to be merged to pop-drink/main: https://github.com/r0gue-io/pop-drink/pull/25

Outcome

---- tests::transfer_works stdout ----
thread 'tests::transfer_works' panicked at tests.rs:228:5:
assertion `left == right` failed
left: Transfer { from: Some(AccountId([173, 100, 34, 109, 10, 153, 156, 207, 68, 34, 52, 155, 110, 41, 181, 130, 49, 109, 253, 15, 182, 64, 22, 194, 42, 213, 101, 242, 31, 229, 155, 97])), to: Some(AccountId([2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2])), value: 10000 }
right: Transfer { from: Some(AccountId([173, 100, 34, 109, 10, 153, 156, 207, 68, 34, 52, 155, 110, 41, 181, 130, 49, 109, 253, 15, 182, 64, 22, 194, 42, 213, 101, 242, 31, 229, 155, 97])), to: Some(AccountId([2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2])), value: 10001 }
codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 51.60%. Comparing base (4a7a320) to head (efd7b31). Report is 5 commits behind head on chungquantin/feat-psp22_example.

@@                       Coverage Diff                        @@
##           chungquantin/feat-psp22_example     #370   +/-   ##
================================================================
  Coverage                            51.60%   51.60%           
================================================================
  Files                                   48       48           
  Lines                                 4910     4910           
  Branches                              4910     4910           
================================================================
  Hits                                  2534     2534           
  Misses                                2327     2327           
  Partials                                49       49