Skip to content

Commit cbb784a

Browse files
Ji YanJi Yan
authored andcommitted
remove unnecessary interface from test
1 parent 737acf0 commit cbb784a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-managers/mesos/src/test/scala/org/apache/spark/scheduler/cluster/mesos/MesosSchedulerBackendUtilSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import org.scalatest.mock.MockitoSugar
2222

2323
import org.apache.spark.{SparkConf, SparkFunSuite}
2424

25-
class MesosSchedulerBackendUtilSuite extends SparkFunSuite with Matchers with MockitoSugar {
25+
class MesosSchedulerBackendUtilSuite extends SparkFunSuite {
2626

2727
test("ContainerInfo fails to parse invalid docker parameters") {
2828
val conf = new SparkConf()

0 commit comments

Comments
 (0)