Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Sep 20, 2024
1 parent e93c680 commit 2fcfa31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/receipt_pkg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func BenchmarkReceiptCommitment(b *testing.B) {
receipts := getReceipts(b, 35748)
b.ResetTimer()
for i := 0; i < b.N; i++ {
core.ReceiptCommitment(receipts)
_, err := core.ReceiptCommitment(receipts)
require.NoError(b, err)
}
}

0 comments on commit 2fcfa31

Please sign in to comment.