Skip to content

Commit ef38a31

Browse files
committed
fix: remove version test
1 parent 18c0a49 commit ef38a31

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

sdk-platform-java/java-showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it/ITOtelGoldenMetrics.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ void testMetrics_successfulEcho_grpc() throws Exception {
111111

112112
assertThat(durationMetric.getInstrumentationScopeInfo().getName())
113113
.isEqualTo(SHOWCASE_ARTIFACT);
114-
assertThat(durationMetric.getInstrumentationScopeInfo().getVersion())
115-
.isEqualTo(com.google.api.gax.core.GaxProperties.getLibraryVersion(EchoClient.class));
116114

117115
io.opentelemetry.api.common.Attributes attributes =
118116
durationMetric.getHistogramData().getPoints().iterator().next().getAttributes();

0 commit comments

Comments
 (0)