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

Fix failing test for 24 hr locales #44

Merged
merged 1 commit into from
May 24, 2024

Conversation

michaelkirk
Copy link
Collaborator

Description

This test was failing for me. I use en-US locale, but I set my clock to 24 hour. It's admittedly uncommon, but I'd wager this test is failing for anyone in a non-12 hours locale.

 let beforeSunrise = dateFormatter.date(from: "05:00 AM")! // Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value

To be honest, I expected the existing date format string hh:mm a to be sufficient, but apparently it's not.

This test was failing for me. I use en-US locale, but I set my clock to
24 hour. It's admittedly uncommon, but I'd wager this test is failing
for anyone in a non-12 hours locale.

To be honest, I expected the existing date format string `hh:mm a` to be
sufficient, but apparently its not.
Copy link
Collaborator

@boldtrn boldtrn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this 👍

@boldtrn boldtrn merged commit 8f0bacd into maplibre:main May 24, 2024
2 checks passed
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.

2 participants