@@ -64,7 +64,7 @@ public void testQueryProfileExplain() throws Exception {
64
64
QueryProfileExplain .invoke ();
65
65
66
66
// Assert
67
- systemsOutRule .assertContains ("query_scope: Collection Group " );
67
+ systemsOutRule .assertContains ("query_scope: Collection group " );
68
68
systemsOutRule .assertContains ("properties: (__name__ ASC)" );
69
69
}
70
70
@@ -74,7 +74,7 @@ public void testQueryProfileExplainAggregation() throws Exception {
74
74
QueryProfileExplainAggregation .invoke ();
75
75
76
76
// Assert
77
- systemsOutRule .assertContains ("query_scope: Collection Group " );
77
+ systemsOutRule .assertContains ("query_scope: Collection group " );
78
78
systemsOutRule .assertContains ("properties: (__name__ ASC)" );
79
79
}
80
80
@@ -86,7 +86,7 @@ public void testQueryProfileExplainAnalyze() throws Exception {
86
86
// Assert
87
87
systemsOutRule .assertContains ("documents_scanned:" );
88
88
systemsOutRule .assertContains ("index_entries_scanned:" );
89
- systemsOutRule .assertContains ("query_scope: Collection Group " );
89
+ systemsOutRule .assertContains ("query_scope: Collection group " );
90
90
systemsOutRule .assertContains ("Entity: Entity{key=" );
91
91
}
92
92
@@ -98,7 +98,7 @@ public void testQueryProfileExplainAnalyzeAggregation() throws Exception {
98
98
// Assert
99
99
systemsOutRule .assertContains ("index_entries_scanned:" );
100
100
systemsOutRule .assertContains ("documents_scanned:" );
101
- systemsOutRule .assertContains ("query_scope: Collection Group " );
101
+ systemsOutRule .assertContains ("query_scope: Collection group " );
102
102
systemsOutRule .assertContains ("Count: 2" );
103
103
}
104
104
}
0 commit comments