From 954edf8734308896f4df6d3da3239fe392d62ee2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 8 Jan 2021 12:20:31 +0100 Subject: Update documentation --- ishtar_common/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/tests.py') diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 6ae996057..1b6889232 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -2775,7 +2775,7 @@ class JinjaFilterTest(TestCase): def test_capfirst(self): self.assertEqual( - utils_secretary.capfirst_filter("SAINT GEORGES D'OLÉRON"), + utils_secretary.capfirst_filter("saint georges d'oléron"), "Saint georges d'oléron") self.assertEqual(utils_secretary.capfirst_filter("s"), "S") self.assertEqual(utils_secretary.capfirst_filter(""), "") -- cgit v1.2.3