Skip to content

Commit 75e408a

Browse files
committed
remove issue
1 parent 7973a69 commit 75e408a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/systemtests/tx_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ func TestGetTxEvents_GRPC(t *testing.T) {
303303
require.Equal(t, tc.expLen, len(grpcRes.Txs))
304304

305305
// 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
308306
require.NotEmpty(t, grpcRes.TxResponses[0].Timestamp)
309307
require.Empty(t, grpcRes.TxResponses[0].RawLog) // logs are empty if the transactions are successful
310308
}

0 commit comments

Comments
 (0)