Skip to content

Commit

Permalink
Use new SparkFunSuite base in CatalystTypeConvertersSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed May 29, 2015
1 parent 6edf7f8 commit 5989593
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@

package org.apache.spark.sql.catalyst

import org.scalatest.FunSuite

import org.apache.spark.SparkFunSuite
import org.apache.spark.sql.Row
import org.apache.spark.sql.types._

class CatalystTypeConvertersSuite extends FunSuite {
class CatalystTypeConvertersSuite extends SparkFunSuite {

private val simpleTypes: Seq[DataType] = Seq(
StringType,
Expand Down

0 comments on commit 5989593

Please sign in to comment.