[HUDI-290] Normalize test class name of all test classes (#951)
This commit is contained in:
@@ -35,7 +35,7 @@ import scala.concurrent.{Await, Future}
|
||||
/**
|
||||
* Basic tests on the spark datasource
|
||||
*/
|
||||
class DataSourceTest extends AssertionsForJUnit {
|
||||
class TestDataSource extends AssertionsForJUnit {
|
||||
|
||||
var spark: SparkSession = null
|
||||
var dataGen: HoodieTestDataGenerator = null
|
||||
@@ -26,7 +26,7 @@ import org.scalatest.junit.AssertionsForJUnit
|
||||
/**
|
||||
* Tests on the default key generator, payload classes.
|
||||
*/
|
||||
class DataSourceDefaultsTest extends AssertionsForJUnit {
|
||||
class TestDataSourceDefaults extends AssertionsForJUnit {
|
||||
|
||||
val schema = SchemaTestUtil.getComplexEvolvedSchema
|
||||
var baseRecord: GenericRecord = null
|
||||
Reference in New Issue
Block a user