Pester\Functions\TestResults.Tests.ps1
Write nunit test results
[-] should write the test-suite information 68ms
Expected: {2.1}, But was {2,1}
There seems to be an issue with culture awareness. This test breaks on a german Windows machine because the german Windows default for decimal sign is comma (",") and the sign for decimal grouping is dot (".").
Changing the Windows defaults accordingly makes this test pass - after restarting PowerShell.
Pester\Functions\TestResults.Tests.ps1
Write nunit test results
[-] should write the test-suite information 68ms
Expected: {2.1}, But was {2,1}
There seems to be an issue with culture awareness. This test breaks on a german Windows machine because the german Windows default for decimal sign is comma (",") and the sign for decimal grouping is dot (".").
Changing the Windows defaults accordingly makes this test pass - after restarting PowerShell.