Skip to content

Commit e077010

Browse files
committed
store: Enable StrictVerify in tests
1 parent d89a343 commit e077010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

store_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ func TestStore_PrimaryCtx(t *testing.T) {
297297
// This store will automatically close when the test ends.
298298
func newStore(tb testing.TB, leaser litefs.Leaser, client litefs.Client) *litefs.Store {
299299
store := litefs.NewStore(tb.TempDir(), true)
300+
store.StrictVerify = true
300301
store.Leaser = leaser
301302
store.Client = client
302303
tb.Cleanup(func() {

0 commit comments

Comments
 (0)