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

Ensure Consistent Numeric Formatting in Unit Tests Across Different Locales #49

Merged

Commits on May 10, 2024

  1. Set the current culture to invariant culture for consistent numeric f…

    …ormatting across different environments. This is crucial because the output of string formatting for numbers can vary based on the machine's locale settings. Using the invariant culture ensures that the format "12,345.00" will be consistent regardless of the regional settings of the system on which this test runs.
    SergeyFM committed May 10, 2024
    Configuration menu
    Copy the full SHA
    963ff88 View commit details
    Browse the repository at this point in the history