Skip to content

Commit 44a9470

Browse files
dan-obxloryruta
authored andcommitted
Fix: test_deprecated explicitly sets directory #25
1 parent 204ba66 commit 44a9470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_deprecated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
from objectbox.store_options import StoreOptions
77
from tests.common import *
88

9-
109
def test_deprecated_ObjectBox():
1110
model = tests.common.create_default_model()
1211
options = StoreOptions()
1312
options.model(model)
13+
options.directory("testdata")
1414
c_store = obx_store_open(options._c_handle)
1515
with pytest.deprecated_call():
1616
ob = ObjectBox(c_store)

0 commit comments

Comments
 (0)