Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Nov 7, 2024
1 parent 184cd8d commit 4ea9127
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 @@ -30,7 +30,7 @@ func TestReceiptCommon(t *testing.T) {

for _, receipt := range receipts {
r := receiptCommon(receipt)
assert.Equal(t, receipt.Reverted, r)
assert.Equal(t, &receipt.RevertReason, r.RevertReason)
}
})
}

0 comments on commit 4ea9127

Please sign in to comment.