Skip to content

Commit f48c194

Browse files
committed
Split long line
1 parent b1079d7 commit f48c194

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ class SparkContextSchedulerCreationSuite
159159
assert(sched.backend.getClass === expectedClass)
160160
} catch {
161161
case e: UnsatisfiedLinkError =>
162-
assert(e.getMessage.contains("no mesos in") || e.getMessage.contains("mesos (Not found in java.library.path)"))
162+
assert(e.getMessage.contains("no mesos in") ||
163+
e.getMessage.contains("mesos (Not found in java.library.path)"))
163164
logWarning("Mesos not available, could not test actual Mesos scheduler creation")
164165
case e: Throwable => fail(e)
165166
}

0 commit comments

Comments
 (0)