Skip to content

Commit

Permalink
Update adapters/core2p2p/receipt_pkg_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rodrigo <rodrodpino@gmail.com>
Signed-off-by: Daniil Ankushin <ankushin.daniil42@gmail.com>
  • Loading branch information
AnkushinDaniil and rodrigo-pino authored Jan 15, 2025
1 parent 19295e2 commit 2bff23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/core2p2p/receipt_pkg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2bff23c

Please sign in to comment.