InlineExpectationsTest: sync

This commit is contained in:
Rasmus Wriedt Larsen
2022-10-27 09:02:14 +02:00
parent dbd84b2d37
commit fc7eb5b4fc
7 changed files with 14 additions and 14 deletions

View File

@@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
not actualResult.getTag() = this.getARelevantTag() and
element = actualResult and
message =
"Tag mismatch: Actual result with tag " + actualResult.getTag() +
" that is not part of getARelevantTag()"
"Tag mismatch: Actual result with tag '" + actualResult.getTag() +
"' that is not part of getARelevantTag()"
)
or
exists(ValidExpectation expectation |