Skip to content

Commit 5989593

Browse files
committed
Use new SparkFunSuite base in CatalystTypeConvertersSuite
1 parent 6edf7f8 commit 5989593

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/CatalystTypeConvertersSuite.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717

1818
package org.apache.spark.sql.catalyst
1919

20-
import org.scalatest.FunSuite
21-
20+
import org.apache.spark.SparkFunSuite
2221
import org.apache.spark.sql.Row
2322
import org.apache.spark.sql.types._
2423

25-
class CatalystTypeConvertersSuite extends FunSuite {
24+
class CatalystTypeConvertersSuite extends SparkFunSuite {
2625

2726
private val simpleTypes: Seq[DataType] = Seq(
2827
StringType,

0 commit comments

Comments
 (0)