Skip to content
Snippets Groups Projects
PredictionTest.scala 129 B
Newer Older
Erick Lavoie's avatar
Erick Lavoie committed
import org.scalatest.funsuite._
final class Prediction extends AnyFunSuite {
  test("prediction works") {
    assert(true)
  }
}