mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
Merge pull request #201 from marcusholl/pr/fixQuotationMark
[fix] misplaced quotation mark in assertion message
This commit is contained in:
@@ -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)) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user