summaryrefslogtreecommitdiff
path: root/chimere/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/tests.py')
-rw-r--r--chimere/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/tests.py b/chimere/tests.py
index adf806b..71fa12b 100644
--- a/chimere/tests.py
+++ b/chimere/tests.py
@@ -303,7 +303,7 @@ class GeoRSSImporterTest(TestCase, ImporterTest):
importer_type='RSS', source=test_dir_path + 'tests/eqs7day-M5.xml')
importer2.categories.add(subcategories[1])
- self.marker_importers = [(importer1, 1), (importer2, 32)]
+ self.marker_importers = [(importer1, 2), (importer2, 32)]
class HtmlXsltImporterTest(TestCase, ImporterTest):