Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed May 8, 2024
1 parent 9b809e4 commit 75135b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/tests/interchain_accounts/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func (s *InterchainAccountsQueryTestSuite) TestInterchainAccountsQuery() {
icaAck := &sdk.TxMsgData{}
t.Run("unmarshal ica response", func(t *testing.T) {
err := proto.Unmarshal(ack.Result, icaAck)
s.T().Log("ica ack: %v", icaAck)

Check failure on line 143 in e2e/tests/interchain_accounts/query_test.go

View workflow job for this annotation

GitHub Actions / lint

printf: (*testing.common).Log call has possible Printf formatting directive %v (govet)
s.Require().NoError(err)
s.Require().Len(icaAck.GetMsgResponses(), 1)
})
Expand Down

0 comments on commit 75135b6

Please sign in to comment.