Skip to content

Commit 363482e

Browse files
committed
Renaming test suite
1 parent 8af9df9 commit 363482e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/util/DateTimeFormatterSuite.scala renamed to sql/catalyst/src/test/scala/org/apache/spark/sql/util/DateTimestampFormatterSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import org.apache.spark.sql.catalyst.plans.SQLHelper
2424
import org.apache.spark.sql.catalyst.util._
2525
import org.apache.spark.sql.internal.SQLConf
2626

27-
class DateTimeFormatterSuite extends SparkFunSuite with SQLHelper {
27+
class DateTimestampFormatterSuite extends SparkFunSuite with SQLHelper {
2828
test("parsing dates") {
2929
DateTimeTestUtils.outstandingTimezonesIds.foreach { timeZone =>
3030
withSQLConf(SQLConf.SESSION_LOCAL_TIMEZONE.key -> timeZone) {

0 commit comments

Comments
 (0)