diff --git a/adapters/core2p2p/receipt_pkg_test.go b/adapters/core2p2p/receipt_pkg_test.go index 1a6444bf53..8318e49d6f 100644 --- a/adapters/core2p2p/receipt_pkg_test.go +++ b/adapters/core2p2p/receipt_pkg_test.go @@ -13,7 +13,7 @@ func TestReceiptCommon(t *testing.T) { Reverted: false, } r := receiptCommon(receipt) - // if RevertReason is nil then receipt considered as non reverted + // if RevertReason is nil then receipt is considered as non reverted assert.Nil(t, r.RevertReason) }) t.Run("reverted", func(t *testing.T) {