Skip to content

Commit

Permalink
Rename a test method
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 25, 2017
1 parent 6d72c10 commit 72d3a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Test_DateTime(object):
datetime.datetime(2017, 1, 29, 19, 27, 3),
],
])
def test_smoke(self, value, timezone, expected):
def test_normal_timezone(self, value, timezone, expected):
result = typepy.type.DateTime(
value, strict_level=StrictLevel.MIN, timezone=timezone).convert()

Expand Down

0 comments on commit 72d3a36

Please sign in to comment.