Unit tests for exercise 2 "Twofer" do not compile
parkerbonnie opened this issue · 2 comments
parkerbonnie commented
Compile error: Unspecified value parameters: name: String
The following line is missing en empty string:
Twofer.twofer() should be ("One for you, one for me.")
It should be this instead:
Twofer.twofer("") should be ("One for you, one for me.")
parkerbonnie commented
I've raised a PR for this: #709
ErikSchierboom commented
This is not actually a bug, but a feature. See #709.