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

tests: Fix a test that fails on leap days #62

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

godlygeek
Copy link
Contributor

This test takes the current date and time and switches the year to a hardcoded one. On leap day, that fails because the hardcoded year didn't have a February 29th. Update the test to use a hardcoded year that did.

This test takes the current date and time and switches the year to
a hardcoded one. On leap day, that fails because the hardcoded year
didn't have a February 29th. Update the test to use a hardcoded year
that did.

Signed-off-by: Matt Wozniski <[email protected]>
@godlygeek godlygeek added the bug label Mar 1, 2024
@godlygeek godlygeek self-assigned this Mar 1, 2024
@godlygeek godlygeek merged commit 060aea9 into bloomberg:main Mar 1, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants