File tree 1 file changed +2
-2
lines changed
monitoring/cloud-client/src/test/java/com/example/monitoring
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public void testListTimeSeriesAggregate() throws Exception {
108
108
// Assert
109
109
String got = bout .toString ();
110
110
assertThat (got ).contains ("Got timeseries:" );
111
- assertThat (got ).contains ("compute.googleapis.com/instance/cpu/utilizatio " );
111
+ assertThat (got ).contains ("compute.googleapis.com/instance/cpu/utilization " );
112
112
}
113
113
114
114
@ Test
@@ -122,7 +122,7 @@ public void testListTimeSeriesReduce() throws Exception {
122
122
// Assert
123
123
String got = bout .toString ();
124
124
assertThat (got ).contains ("Got timeseries:" );
125
- assertThat (got ).contains ("compute.googleapis.com/instance/cpu/utilizatio " );
125
+ assertThat (got ).contains ("compute.googleapis.com/instance/cpu/utilization " );
126
126
}
127
127
128
128
@ Test
You can’t perform that action at this time.
0 commit comments