Skip to content

Commit

Permalink
fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
BeniaminDrasovean committed Feb 3, 2025
1 parent 6b4b9d8 commit 834e311
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trie/patriciaMerkleTrie_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
"github.com/multiversx/mx-chain-core-go/core"
"github.com/multiversx/mx-chain-core-go/core/throttler"
"github.com/multiversx/mx-chain-core-go/hashing/keccak"
"github.com/multiversx/mx-chain-core-go/marshal"
vmcommon "github.com/multiversx/mx-chain-vm-common-go"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down Expand Up @@ -2243,7 +2242,7 @@ func BenchmarkPatriciaMerkleTrie_Update(b *testing.B) {
_ = tr.Update(key, value)
values[i] = key
}
_ = tr.Commit()
_ = tr.Commit(hashesCollector.NewDisabledHashesCollector())

b.ResetTimer()

Expand Down

0 comments on commit 834e311

Please sign in to comment.