We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8a68a commit 53295ceCopy full SHA for 53295ce
tests/test_box.py
@@ -2,6 +2,7 @@
2
import objectbox
3
from tests.model import TestEntity, TestEntityDatetime
4
from tests.common import (
5
+ autocleanup,
6
load_empty_test_objectbox,
7
load_empty_test_datetime,
8
assert_equal,
tests/test_transactions.py
@@ -1,6 +1,6 @@
1
from tests.model import TestEntity
-from tests.common import load_empty_test_objectbox
+from tests.common import autocleanup, load_empty_test_objectbox
def test_transactions():
0 commit comments