Skip to content

Commit

Permalink
better equavalence
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Jan 15, 2025
1 parent 49d96a5 commit 92e727e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/rootmulti/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ func TestTraceConcurrency(t *testing.T) {

cms := multi.CacheMultiStore()
store1 := cms.GetKVStore(key)
cw := tracekv.NewStore(store1.CacheWrap().(types.KVStore), b, tc)
cw := tracekv.NewStore(store1, b, tc).CacheWrap()
_ = cw
require.NotNil(t, store1)

Expand Down

0 comments on commit 92e727e

Please sign in to comment.