scala-koans
scala-koans copied to clipboard
An unofficial refreshed version of Scala Koans
Results
3
scala-koans issues
Sort by
recently updated
recently updated
newest added
This issue is to track the possible interest in significantly overhauling this test suite to something new since the old versions of scala koans are becoming increasingly difficult to find.
It is always successful. Maybe change the check to something like this?: ```scala intercept[NoSuchElementException] { myMap("MI") }.getMessage should be(__) ```