Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Nov 12, 2024
1 parent f8abc94 commit ccfc3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versiondb/tsrocksdb/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func TestSkipVersionZero(t *testing.T) {
)

store.SetSkipVersionZero(false)
err = store.FixData([]string{storeKey})
err = store.FixData([]string{storeKey}, false)
require.NoError(t, err)

bz, err = store.GetAtVersion(storeKey, key2, &i)
Expand Down

0 comments on commit ccfc3f5

Please sign in to comment.