Closed LurenAA closed 1 year ago
rename src/test/scala/workshop/waveplayer/AxiLite4WavePlayer.scala -> src/test/scala/workshop/waveplayer/AxiLite4WavePlayerTester.scala
According to the instructions underlined in red, for WavePlayer lab we should run "sbt "testOnly .AxiLite4WavePlayer"", but it should actually be "sbt "testOnly .AxiLite4WavePlayerTester"". File name and class name do not match
Thanks :)
rename src/test/scala/workshop/waveplayer/AxiLite4WavePlayer.scala -> src/test/scala/workshop/waveplayer/AxiLite4WavePlayerTester.scala
According to the instructions underlined in red, for WavePlayer lab we should run "sbt "testOnly .AxiLite4WavePlayer"", but it should actually be "sbt "testOnly .AxiLite4WavePlayerTester"". File name and class name do not match