File tree 1 file changed +2
-2
lines changed
spark/src/test/scala/ai/chronon/spark/test
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import org.apache.spark.sql.types.StructType
39
39
import org .apache .spark .sql .types ._
40
40
import org .apache .spark .sql .types .{StringType => SparkStringType }
41
41
import org .junit .Assert ._
42
- import org .scalatest .ParallelTestExecution
42
+ import org .scalatest .{ Outcome , ParallelTestExecution }
43
43
import org .scalatest .funsuite .FixtureAnyFunSuite
44
44
45
45
import scala .collection .JavaConverters ._
@@ -58,7 +58,7 @@ class JoinTest extends FixtureAnyFunSuite with ParallelTestExecution {
58
58
59
59
type FixtureParam = String
60
60
61
- override def withFixture (test : OneArgTest ) = {
61
+ override def withFixture (test : OneArgTest ): Outcome = {
62
62
63
63
val namespace : FixtureParam = f " test_namespace_jointest__ ${test.name.split(" " ).mkString(" _" )}"
64
64
tableUtils.createDatabase(namespace)
You can’t perform that action at this time.
0 commit comments