Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

package org.apache.spark.ml

import org.apache.spark.SparkFunSuite
import org.scalatest.{BeforeAndAfterAll, FunSuite, Outcome}

// This is testing if the new build works. To be removed soon.
class DummyTestingSuite extends SparkFunSuite {
class DummyTestingSuite extends FunSuite {

test("This is testing if the new build works.") {
assert(DummyTesting.add10(15) === 25)
Expand Down