Skip to content

Commit d110ab2

Browse files
author
Jacky Li
committed
change test case to use MLlibTestSparkContext
1 parent a6c5081 commit d110ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mllib/src/test/scala/org/apache/spark/mllib/fpm/FPGrowthSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
package org.apache.spark.mllib.fpm
1818

1919
import org.scalatest.FunSuite
20-
import org.apache.spark.mllib.util.LocalSparkContext
20+
import org.apache.spark.mllib.util.MLlibTestSparkContext
2121

22-
class FPGrowthSuite extends FunSuite with LocalSparkContext {
22+
class FPGrowthSuite extends FunSuite with MLlibTestSparkContext {
2323

2424
test("test FPGrowth algorithm")
2525
{

0 commit comments

Comments
 (0)