Skip to content

Commit b4c5e8e

Browse files
committed
Fixed test
1 parent 860775d commit b4c5e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/scala/com/high-performance-spark-examples/dataframe/MixedDatasetSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ import org.scalatest.FunSuite
1313
import scala.collection.mutable
1414
import scala.util.Random
1515

16-
class HappyPandasTest extends FunSuite with DataFrameSuiteBase {
16+
class MixedDatasetSuite extends FunSuite with DataFrameSuiteBase {
1717

1818
val rawPandaList = List(
1919
RawPanda(10L, "94110", "giant", true, Array(1.0, 0.9)),
2020
RawPanda(11L, "94110", "red", true, Array(1.0, 0.9)))
2121

22-
val mixedDS = MixedDataset(sqlContext)
22+
val mixedDS = new MixedDataset(sqlContext)
2323

2424
test("happy panda sums") {
2525
val sqlCtx = sqlContext

0 commit comments

Comments
 (0)