summaryrefslogtreecommitdiff
path: root/tests/test_core.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_core.py')
-rw-r--r--tests/test_core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index 605bf5c..a200718 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -322,7 +322,7 @@ def test_issue_601_no_language_name_but_has_variant():
# Instead, it's better to return None altogether, as we can't reliably format
# part of a language name.
- assert Locale.parse('fi_FI').get_display_name('kw_GB') == None
+ assert Locale.parse('fi_FI').get_display_name('kw_GB') is None
def test_issue_814():