summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-05-11 15:34:57 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-05-11 15:34:57 +0200
commitdbc9c02f57aa18456bc2e88fdb5dc1f7b3a8d4f8 (patch)
tree150f59b68834b52f0847380cb2d7f97d9dcdcc9e
parent2a20394ce3d4f05b49affd9acf776ebc3971d63a (diff)
downloadIshtar-dbc9c02f57aa18456bc2e88fdb5dc1f7b3a8d4f8.tar.bz2
Ishtar-dbc9c02f57aa18456bc2e88fdb5dc1f7b3a8d4f8.zip
✅ Update find history test "humanize" version of 5001 is 5 001
-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):