You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"A top level section of type %s and index %d was tested but only %d sections of that type existed.",
37
57
sectionIndex,
38
-
sectionName,
58
+
topLevelKeyword,
39
59
sectionIndex + 1
40
60
));
41
61
@@ -44,7 +64,7 @@ public void assertSectionContains(String sectionName, String containedSubstring,
44
64
45
65
assertTrue(
46
66
sectionString.contains(containedSubstring),
47
-
String.format("The occurrence of index %d of %s section of the query did not contain a substring %s but looked like this: %s. Note that the match is case-sensitive.", sectionIndex, sectionName, containedSubstring, sectionString)
67
+
String.format("The occurrence of index %d of %s section of the query did not contain a substring %s but looked like this: %s. Note that the match is case-sensitive.", sectionIndex, topLevelKeyword, containedSubstring, sectionString)
0 commit comments