Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check of elapsed time between two archives is approximative #13

Closed
Kraymer opened this issue Apr 16, 2020 · 1 comment
Closed

Check of elapsed time between two archives is approximative #13

Kraymer opened this issue Apr 16, 2020 · 1 comment
Labels

Comments

@Kraymer
Copy link
Owner

Kraymer commented Apr 16, 2020

======================================================================
FAIL: test_number_of_archives (test_cronicle.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.7/lib/python3.6/site-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "/home/travis/build/Kraymer/cronicle/test/test_cronicle.py", line 104, in test_number_of_archives
    {"foo_2019-12-01_09h", "foo_2020-01-01_09h", "foo_2020-02-01_09h",},
AssertionError: Items in the first set but not the second:
'foo_2019-12-31_09h'
'foo_2020-01-30_09h'
Items in the second set but not the first:
'foo_2020-02-01_09h'
'foo_2020-01-01_09h'
@Kraymer Kraymer added the bug label Apr 16, 2020
@Kraymer
Copy link
Owner Author

Kraymer commented Apr 16, 2020

Fixed by 8b32ac3

@Kraymer Kraymer closed this as completed Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant