We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204ba66 commit 44a9470Copy full SHA for 44a9470
1 file changed
tests/test_deprecated.py
@@ -6,11 +6,11 @@
6
from objectbox.store_options import StoreOptions
7
from tests.common import *
8
9
-
10
def test_deprecated_ObjectBox():
11
model = tests.common.create_default_model()
12
options = StoreOptions()
13
options.model(model)
+ options.directory("testdata")
14
c_store = obx_store_open(options._c_handle)
15
with pytest.deprecated_call():
16
ob = ObjectBox(c_store)
0 commit comments