diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-17 09:54:34 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-17 09:54:34 -0700 |
| commit | b6b873d2ada0d7c2a616d11f161a7688df15f45f (patch) | |
| tree | 12d95bc62db86360cb745b1d018a49bd5b656182 /tests/utils_tests/test_timezone.py | |
| parent | 268670a3a40aac87ed8c5570a97ed01aa0f2c0ab (diff) | |
Fixed several flake8 errors, including one where a test wouldn't be run
Diffstat (limited to 'tests/utils_tests/test_timezone.py')
| -rw-r--r-- | tests/utils_tests/test_timezone.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils_tests/test_timezone.py b/tests/utils_tests/test_timezone.py index aec58e394f..ae78d68103 100644 --- a/tests/utils_tests/test_timezone.py +++ b/tests/utils_tests/test_timezone.py @@ -109,7 +109,7 @@ class TimezoneTests(unittest.TestCase): timezone.make_naive(datetime.datetime(2011, 9, 1, 13, 20, 30), EAT) @unittest.skipIf(pytz is None, "this test requires pytz") - def test_make_aware(self): + def test_make_aware2(self): self.assertEqual( timezone.make_aware(datetime.datetime(2011, 9, 1, 12, 20, 30), CET), CET.localize(datetime.datetime(2011, 9, 1, 12, 20, 30))) |
