functional-effects
functional-effects copied to clipboard
Hello World test, unexpected new line?
The very first test case fails with [info] - HelloWorld [info] Vector(Hello World! [info] ) did not satisfy equalTo(Vector(Hello World!))
if you simply do putStrLn("Hello World!"). It seems that TestConsole.output adds an additional newline to the input in the HW program.