Skip to content

Commit

Permalink
remove issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuvubk committed Oct 24, 2024
1 parent 7973a69 commit 75e408a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/systemtests/tx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ func TestGetTxEvents_GRPC(t *testing.T) {
require.Equal(t, tc.expLen, len(grpcRes.Txs))

// Make sure fields are populated.
// ref: https://github.com/cosmos/cosmos-sdk/issues/8680
// ref: https://github.com/cosmos/cosmos-sdk/issues/8681
require.NotEmpty(t, grpcRes.TxResponses[0].Timestamp)
require.Empty(t, grpcRes.TxResponses[0].RawLog) // logs are empty if the transactions are successful
}
Expand Down

0 comments on commit 75e408a

Please sign in to comment.