File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
library-tests/InlineExpectationsTest/missing-relevant-tag Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ abstract class InlineExpectationsTest extends string {
156
156
not actualResult .getTag ( ) = this .getARelevantTag ( ) and
157
157
element = actualResult and
158
158
message =
159
- "Tag mismatch: Actual result with tag " + actualResult .getTag ( ) +
160
- " that is not part of getARelevantTag()"
159
+ "Tag mismatch: Actual result with tag ' " + actualResult .getTag ( ) +
160
+ "' that is not part of getARelevantTag()"
161
161
)
162
162
or
163
163
exists ( ValidExpectation expectation |
Original file line number Diff line number Diff line change 1
- | test.py:1:1:1:3 | foo | Tag mismatch: Actual result with tag foo that is not part of getARelevantTag() |
2
- | test.py:4:1:4:3 | foo | Tag mismatch: Actual result with tag foo that is not part of getARelevantTag() |
1
+ | test.py:1:1:1:3 | foo | Tag mismatch: Actual result with tag ' foo' that is not part of getARelevantTag() |
2
+ | test.py:4:1:4:3 | foo | Tag mismatch: Actual result with tag ' foo' that is not part of getARelevantTag() |
You can’t perform that action at this time.
0 commit comments