Skip to content

Commit ee22cda

Browse files
author
Andrew Or
committed
Fix log message
1 parent fa9450e commit ee22cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private[spark] abstract class SparkFunSuite extends FunSuite with Logging {
3939
logInfo(s"\n\n===== TEST OUTPUT FOR $shortSuiteName: '$testName' =====\n")
4040
test()
4141
} finally {
42-
logInfo(s"\n\n***** FINISHED $shortSuiteName: '$testName' *****\n")
42+
logInfo(s"\n\n===== FINISHED $shortSuiteName: '$testName' =====\n")
4343
}
4444
}
4545

0 commit comments

Comments
 (0)