YarnSpinnerTool / YarnSpinner-Unity

The official Unity integration for Yarn Spinner, the friendly dialogue tool.
MIT License
491 stars 85 forks source link

fix a test failing on some cultures #268

Open praschl opened 7 months ago

praschl commented 7 months ago

The test "VariableStorage_OnExternalChanges_ReturnsExpectedValue" failed when run on computers with german culture (and probably other cultures) because they format floats & decimals as "3,52", when the test expected "3.52"

Fixed by preformatting the expected values in the same culture.