From dbc9c02f57aa18456bc2e88fdb5dc1f7b3a8d4f8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 11 May 2023 15:34:57 +0200 Subject: ✅ Update find history test "humanize" version of 5001 is 5 001 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3