Skip to content

Commit

Permalink
Actually restore original language
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-easterbrook committed Dec 27, 2023
1 parent d41b8f2 commit 1352d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_localisation(self):
if language is None:
del os.environ['LANGUAGE']
else:
os.environ['LANGUAGE'] = 'de_DE'
os.environ['LANGUAGE'] = language
locale.setlocale(locale.LC_MESSAGES, '')


Expand Down

0 comments on commit 1352d74

Please sign in to comment.