diff --git a/tests/lib/pysol_tests/test_import_file.py b/tests/lib/pysol_tests/test_import_file.py index b37f1e55..f4e60079 100644 --- a/tests/lib/pysol_tests/test_import_file.py +++ b/tests/lib/pysol_tests/test_import_file.py @@ -61,7 +61,11 @@ class ImportFileTests(unittest.TestCase): def test_import_XML(self): return self._successful_import__XML_test( fn='tests/unit/data/with-10-for-rank.txt', - expected_regex='''''', + expected_regex=( + '''''' + '''''' + ), blurb='xml import worked') def test_import(self):