Skip to content

Commit 03dcfaf

Browse files
author
Angers
committed
change unit test title
1 parent 8820641 commit 03dcfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/SparkContextSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class SparkContextSuite extends SparkFunSuite with LocalSparkContext with Eventu
165165
}
166166
}
167167

168-
test("add hdfs jar files not exists") {
168+
test("add FS jar files not exists") {
169169
try {
170170
val jarPath = "hdfs:///no/path/to/TestUDTF.jar"
171171
sc = new SparkContext(new SparkConf().setAppName("test").setMaster("local"))

0 commit comments

Comments
 (0)