From 32637e26e1e1b7dd948c9acadaa34f75b9442907 Mon Sep 17 00:00:00 2001 From: BiPhan4 Date: Fri, 4 Oct 2024 13:28:30 -0400 Subject: [PATCH] fix: require no error --- e2e/interchaintest/logs/test.log | 14 +++++++------- e2e/interchaintest/outpost_user_test.go | 2 ++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/e2e/interchaintest/logs/test.log b/e2e/interchaintest/logs/test.log index 6b1f7b1..0faa9cc 100644 --- a/e2e/interchaintest/logs/test.log +++ b/e2e/interchaintest/logs/test.log @@ -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 diff --git a/e2e/interchaintest/outpost_user_test.go b/e2e/interchaintest/outpost_user_test.go index d5ed4ef..2f65749 100644 --- a/e2e/interchaintest/outpost_user_test.go +++ b/e2e/interchaintest/outpost_user_test.go @@ -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) },