-
Notifications
You must be signed in to change notification settings - Fork 407
Closed
Description
Hi :-)
in the very beginning of the book (3rd edition), Chapter 1, Building the Code Examples, the recommended sbt test fails in case you have the wrong LANG set. In my case it was set to "de_DE.UTF-8" and the tests failed with:
[info] Passed: Total 7, Failed 0, Errors 0, Passed 7
[error] Failed: Total 233, Failed 7, Errors 0, Passed 226
[error] Failed tests:
[error] progscala3.fp.combinators.PayrollSuite
[error] progscala3.fp.curry.TupledFuncSuite
[error] progscala3.dsls.payroll.PayrollSuite
[error] (Test / test) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 2 s, completed 31.07.2021, 16:56:39
After changing it with
export LANG="en_US.UTF-8"
the tests run successfull.
Would be nice to have this mentioned in a short note, because it took me a few hours to find the reason.
Greetings
Grisuji
Metadata
Metadata
Assignees
Labels
No labels