Skip to content

Commit 7e72ef0

Browse files
committed
chore: fix tests #2
1 parent 46c1155 commit 7e72ef0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ckanext/stats/tests/conftest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from ckanext.activity.tests.conftest import clean_db
2+
3+
__all__ = [
4+
"clean_db",
5+
]

0 commit comments

Comments
 (0)