Add summary and activity screens, remove private datasets from counts
[ckanext-dga-stats.git] / ckanext / dga_stats / tests / test_stats_plugin.py
blob:a/ckanext/dga_stats/tests/test_stats_plugin.py -> blob:b/ckanext/dga_stats/tests/test_stats_plugin.py
--- a/ckanext/dga_stats/tests/test_stats_plugin.py
+++ b/ckanext/dga_stats/tests/test_stats_plugin.py
@@ -2,7 +2,7 @@
 
 from ckan.tests import url_for
 
-from ckanext.stats.tests import StatsFixture
+from ckanext.dga_stats.tests import StatsFixture
 
 class TestStatsPlugin(StatsFixture):