summaryrefslogtreecommitdiff
path: root/tests/test_dates.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_dates.py')
-rw-r--r--tests/test_dates.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_dates.py b/tests/test_dates.py
index e859209..5be0d16 100644
--- a/tests/test_dates.py
+++ b/tests/test_dates.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2019 the Babel team
# All rights reserved.
#
# This software is licensed as described in the file LICENSE, which
@@ -804,4 +804,4 @@ def test_russian_week_numbering():
def test_en_gb_first_weekday():
assert Locale.parse('en').first_week_day == 0 # Monday in general
assert Locale.parse('en_US').first_week_day == 6 # Sunday in the US
- assert Locale.parse('en_GB').first_week_day == 0 # Monday in the UK \ No newline at end of file
+ assert Locale.parse('en_GB').first_week_day == 0 # Monday in the UK