Skip to content

Commit

Permalink
change test case to use MLlibTestSparkContext
Browse files Browse the repository at this point in the history
  • Loading branch information
jackylk committed Jan 19, 2015
1 parent a6c5081 commit d110ab2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
package org.apache.spark.mllib.fpm

import org.scalatest.FunSuite
import org.apache.spark.mllib.util.LocalSparkContext
import org.apache.spark.mllib.util.MLlibTestSparkContext

class FPGrowthSuite extends FunSuite with LocalSparkContext {
class FPGrowthSuite extends FunSuite with MLlibTestSparkContext {

test("test FPGrowth algorithm")
{
Expand Down

0 comments on commit d110ab2

Please sign in to comment.