exercism / scala

Exercism exercises in Scala.
https://exercism.org/tracks/scala
MIT License
123 stars 131 forks source link

Change test folder to the normal location #605

Closed tqa236 closed 5 years ago

tqa236 commented 5 years ago

I noticed that the HighScoresTest.scala is inside the folder /high-scores/src/test/scala/HighScoresTest/, unless there are some reasons that I don't know about, I think it should be in /high-scores/src/test/scala/, hence this PR.