diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-01-08 12:20:31 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:23 +0100 |
commit | 0b2140585f2cede59b7fe411ef556620666aeda6 (patch) | |
tree | 3b9e52538d202087d2a9b569318e47659afd59bc /ishtar_common/tests.py | |
parent | c9c39f8b3160ab6c4bef8e790fb805914f394ded (diff) | |
download | Ishtar-0b2140585f2cede59b7fe411ef556620666aeda6.tar.bz2 Ishtar-0b2140585f2cede59b7fe411ef556620666aeda6.zip |
Update documentation
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r-- | ishtar_common/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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(""), "") |