We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7973a69 commit 75e408aCopy full SHA for 75e408a
tests/systemtests/tx_test.go
@@ -303,8 +303,6 @@ func TestGetTxEvents_GRPC(t *testing.T) {
303
require.Equal(t, tc.expLen, len(grpcRes.Txs))
304
305
// Make sure fields are populated.
306
- // ref: https://github.com/cosmos/cosmos-sdk/issues/8680
307
- // ref: https://github.com/cosmos/cosmos-sdk/issues/8681
308
require.NotEmpty(t, grpcRes.TxResponses[0].Timestamp)
309
require.Empty(t, grpcRes.TxResponses[0].RawLog) // logs are empty if the transactions are successful
310
}
0 commit comments