Skip to content

Commit 53295ce

Browse files
committed
Include autocleanup in test files #6
1 parent 1a8a68a commit 53295ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/test_box.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import objectbox
33
from tests.model import TestEntity, TestEntityDatetime
44
from tests.common import (
5+
autocleanup,
56
load_empty_test_objectbox,
67
load_empty_test_datetime,
78
assert_equal,

tests/test_transactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import objectbox
22
from tests.model import TestEntity
3-
from tests.common import load_empty_test_objectbox
3+
from tests.common import autocleanup, load_empty_test_objectbox
44

55

66
def test_transactions():

0 commit comments

Comments
 (0)