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

Add missing test attribute to test function #132

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AlexTMjugador
Copy link

The respect_utc_timezone_in_exdates_rdates test function was defined alongside other tests, but lacking a #[test] attribute, causing it to not be executed as a test and to produce unused code warnings. The test itself runs well and I can see no reason to keep it ignored, so let's add the #[test] attribute to it as it was likely intended.

@AlexTMjugador
Copy link
Author

The reported Clippy lint failures should be fixed by #131.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant