Skip to content

Commit a132497

Browse files
committed
Add clean_all import in tests
1 parent d7d1ded commit a132497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/tests/test_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import tempfile
77
import logging.config
88

9-
from testgres import get_new_node, stop_all
9+
from testgres import get_new_node, stop_all, clean_all
1010

1111

1212
class SimpleTest(unittest.TestCase):

0 commit comments

Comments
 (0)