improve test name

This commit is contained in:
2016-12-20 12:29:31 -05:00
parent 0c2b936111
commit 1407e688fd
+1 -1
View File
@@ -79,7 +79,7 @@ def test_slang_time():
assert d.slang_time() == 'an hour ago'
def test_format():
def test_parse():
d = maya.parse('February 21, 1994')
assert format(d) == '1994-02-21 00:00:00+00:00'