Skip to content

Commit

Permalink
rename to fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Mar 1, 2019
1 parent 5da9a77 commit 92758a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dateutil/test/test_parser.py
Expand Up @@ -780,7 +780,7 @@ def test_unambiguous_YYYYMM(self):


@pytest.mark.skipif(IS_WIN, reason="Windows does not use TZ var")
class TZVarTest(object):
class TestTZVar(object):
def test_parse_unambiguous_nonexistent_local(self):
# When dates are specified "EST" even when they should be "EDT" in the
# local time zone, we should still assign the local time zone
Expand Down

0 comments on commit 92758a6

Please sign in to comment.