Skip to content

Commit

Permalink
fix: require no error
Browse files Browse the repository at this point in the history
  • Loading branch information
BiPhan4 committed Oct 4, 2024
1 parent 1a9303c commit 32637e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions e2e/interchaintest/logs/test.log
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
INFO: 2024/10/04 13:18:06 The sender of instantiate is wasmd-localwasm-1-wps
INFO: 2024/10/04 13:18:18 [0x140015ba200]
INFO: 2024/10/04 13:19:16 outpost user address is: wasm1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sq29c3m
INFO: 2024/10/04 13:25:22 The sender of instantiate is wasmd-localwasm-1-pjt
INFO: 2024/10/04 13:25:34 [0x140016a2100]
INFO: 2024/10/04 13:26:35 outpost user address is: wasm1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sq29c3m

INFO: 2024/10/04 13:19:20 The outpost address is: wasm1yyca08xqdgvjz0psg56z67ejh9xms6l436u8y58m82npdqqhmmtqas0cl7
INFO: 2024/10/04 13:26:39 The outpost address is: wasm1yyca08xqdgvjz0psg56z67ejh9xms6l436u8y58m82npdqqhmmtqas0cl7

INFO: 2024/10/04 13:19:20 The outpost owner is: data:"\"wasm1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sq29c3m\""
INFO: 2024/10/04 13:26:39 The outpost owner is: data:"\"wasm1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3sq29c3m\""

INFO: 2024/10/04 13:19:32 The outpost state is: &{{jkl18r9t5744cxkxk49yqtnz08k8ehvusa6yt7p4j5mln0p7k9wldlfq0ahdge channel-1} true}
INFO: 2024/10/04 13:26:51 The outpost state is: &{{jkl1q9ku5luwn6440j8lf84lqchdpyjgmalx5c2545u32stgwhghcf7qna4h8y channel-1} true}

INFO: 2024/10/04 13:19:32 The outpost jkl (ica) address is: jkl18r9t5744cxkxk49yqtnz08k8ehvusa6yt7p4j5mln0p7k9wldlfq0ahdge
INFO: 2024/10/04 13:26:51 The outpost jkl (ica) address is: jkl1q9ku5luwn6440j8lf84lqchdpyjgmalx5c2545u32stgwhghcf7qna4h8y

2 changes: 2 additions & 0 deletions e2e/interchaintest/outpost_user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ func (s *ContractTestSuite) TestOutpostUser() {
Msg: outpostUserMsgBz,
}
resp, err := cosmos.BroadcastTx(ctx, b, s.UserA, executeMsg)
s.Require().NoError(err)

fmt.Println(resp.TxHash)

},
Expand Down

0 comments on commit 32637e2

Please sign in to comment.