Skip to content

Commit 4f4744d

Browse files
author
Bill Prin
committed
Make tests less specific
1 parent 22ec9f0 commit 4f4744d

File tree

1 file changed

+0
-2
lines changed
  • monitoring/cloud-client/src/test/java/com/example/monitoring

1 file changed

+0
-2
lines changed

monitoring/cloud-client/src/test/java/com/example/monitoring/SnippetsIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ public void testListTimeSeriesAggregate() throws Exception {
108108
// Assert
109109
String got = bout.toString();
110110
assertThat(got).contains("Got timeseries:");
111-
assertThat(got).contains("compute.googleapis.com/instance/cpu/utilization");
112111
}
113112

114113
@Test
@@ -122,7 +121,6 @@ public void testListTimeSeriesReduce() throws Exception {
122121
// Assert
123122
String got = bout.toString();
124123
assertThat(got).contains("Got timeseries:");
125-
assertThat(got).contains("compute.googleapis.com/instance/cpu/utilization");
126124
}
127125

128126
@Test

0 commit comments

Comments
 (0)