Skip to content

Commit 928311d

Browse files
Quality fixes
1 parent a71f1e7 commit 928311d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

servicetalk-opentelemetry-http/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ dependencies {
4747
testImplementation testFixtures(project(":servicetalk-http-netty"))
4848
testImplementation testFixtures(project(":servicetalk-log4j2-mdc-utils"))
4949
testImplementation testFixtures(project(":servicetalk-transport-netty-internal"))
50-
testImplementation project(":servicetalk-buffer-netty")
5150
testImplementation project(":servicetalk-data-protobuf")
5251
testImplementation project(":servicetalk-encoding-api")
5352
testImplementation project(":servicetalk-grpc-api")

servicetalk-opentelemetry-http/src/test/java/io/servicetalk/opentelemetry/http/OpenTelemetryGrpcFilterTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ private void assertGRpcAttributes(SpanKind spanKind, String methodName, long sta
227227
// hard to tell what it is, but it shouldn't be null
228228
assertThat(spanData.getAttributes().get(AttributeKey.longKey("network.peer.port")))
229229
.isNotNull();
230-
231230
}
232231
}
233232

0 commit comments

Comments
 (0)