mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
[fix] misplaced quotation mark in assertion message
This commit is contained in:
parent
239e8cc054
commit
c1927da33f
@ -57,7 +57,7 @@ class JenkinsLoggingRule implements TestRule {
|
||||
throw caught
|
||||
}
|
||||
|
||||
expected.each { substring -> assertThat("Substring '${substring} not contained in log.'",
|
||||
expected.each { substring -> assertThat("Substring '${substring}' not contained in log.",
|
||||
log,
|
||||
containsString(substring)) }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user