summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archaeological_finds/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py
index 467c7d1e1..d4a02b94d 100644
--- a/archaeological_finds/tests.py
+++ b/archaeological_finds/tests.py
@@ -2190,7 +2190,7 @@ class FindHistoryTest(FindInit, TestCase):
content,
msg="ceramic not found in historical sheet",
)
- self.assertIn("5001", content, msg="5001 not found in historical sheet")
+ self.assertIn("5\xa0001", content, msg="5 001 not found in historical sheet")
self.assertIn(Period.objects.get(txt_idx="neolithic").label, content)
def test_m2m_history_restore(self):