-
Notifications
You must be signed in to change notification settings - Fork 298
Removed hardcoded year 2018 from tests (#539) #541
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
Conversation
Codecov Report
@@ Coverage Diff @@ ## master #541 +/- ## ========================================== + Coverage 95.46% 95.47% +<.01% ========================================== Files 54 54 Lines 2802 2804 +2 ========================================== + Hits 2675 2677 +2 Misses 127 127
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this contribution @PUREMATH. Please add your name to AUTHORS for this PR since the other has not yet been merged. This will be an easy merge once you've done that. Thanks!
Uh oh!
There was an error while loading. Please reload this page.
Fixes #539
Description of the Change
Replaced the hardcoded year 2018 with
datetime.now().year
in all four tests which failed.Checklist
CHANGELOG.md
AUTHORS
(Already included in another pull request.)