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

Fixes test using culture dependent data format #32

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

Conversation

paulverbeke
Copy link
Contributor

@paulverbeke paulverbeke commented Jun 15, 2020

On my environment which is using fr-FR culture format the test fails because 10.5679 is found in the command instead of 10,5679. And I didn't checked but I suppose 10,5679 was expected because the float parameter 10.56789f passed to the method Exists is parsed into the current culture.

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.

None yet

1 participant