Skip to content

Commit

Permalink
fix concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Apr 1, 2024
1 parent 256cef1 commit c4ffa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/merkledb/view_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func makeViewForHashChangedNodes(t require.TestingT, numKeys uint64, parallelism
db, err := newDatabase(
context.Background(),
memdb.New(),
newDefaultConfig(),
config,
&mockMetrics{},
)
require.NoError(t, err)
Expand Down

0 comments on commit c4ffa4c

Please sign in to comment.