summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/othertests/dateformat.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/othertests/dateformat.py b/tests/othertests/dateformat.py
index c4cfd943aa..3350a1f8ab 100644
--- a/tests/othertests/dateformat.py
+++ b/tests/othertests/dateformat.py
@@ -30,9 +30,7 @@
>>> format(my_birthday, 'S')
'th'
>>> format(my_birthday, 't')
-Traceback (most recent call last):
- ...
-NotImplementedError
+'31'
>>> format(my_birthday, 'T')
'CET'
>>> format(my_birthday, 'U')