Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Apr 1, 2022
1 parent 740aa16 commit c147740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/wasm/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1068,14 +1068,14 @@ func TestMigrateWithDispatchedMessage(t *testing.T) {
{
"Type": "coin_received",
"Attr": []dict{
{"receiver": "link1wrtx8cgrx5qtqdjf7gpxe6mr6au74des5k2may"},
{"receiver": "link1pfvr4mx003jylaxrp9ckjze20ndsvxgfkwt864"},
{"amount": "100000denom"},
},
},
{
"Type": "transfer",
"Attr": []dict{
{"recipient": "link1wrtx8cgrx5qtqdjf7gpxe6mr6au74des5k2may"},
{"recipient": "link1pfvr4mx003jylaxrp9ckjze20ndsvxgfkwt864"},
{"sender": "link14hj2tavq8fpesdwxxcu44rty3hh90vhud63e6j"},
{"amount": "100000denom"},
},
Expand Down

0 comments on commit c147740

Please sign in to comment.