exercism/scala

Unit tests for exercise 2 "Twofer" do not compile

parkerbonnie opened this issue · 2 comments

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.")

I've raised a PR for this: #709

This is not actually a bug, but a feature. See #709.