Fix test to reflect new future logic
This commit is contained in:
parent
89d73aa9dd
commit
bcb2798a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ PAST = PRESENT - timedelta( 492, 58711, 45 ) # days, secs, ms
|
|||
FUTURE = PRESENT + timedelta( 2, 12447, 963 ) # days, secs, ms
|
||||
|
||||
PAST_DELTA = PRESENT - PAST
|
||||
FUTURE_DELTA = FUTURE - PRESENT
|
||||
FUTURE_DELTA = PRESENT - FUTURE
|
||||
|
||||
def test_human_is_string():
|
||||
assert 'str' in str(type(human( PAST )))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue