Skip to content

Commit c8640e6

Browse files
committed
remove obsolete comment
1 parent b5c2e79 commit c8640e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation/lettuce/lettuce-5.1/testing/src/main/java/io/opentelemetry/instrumentation/lettuce/v5_1/AbstractLettuceClientTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ protected static List<AttributeAssertion> addExtraAttributes(AttributeAssertion.
102102

103103
protected static void assertCommandEncodeEvents(SpanDataAssert span) {
104104
if (COMMAND_ENCODING_EVENTS_ENABLED) {
105-
// these are no longer recorded since Lettuce 6.1.6
106105
span.hasEventsSatisfyingExactly(
107106
event -> event.hasName("redis.encode.start"), event -> event.hasName("redis.encode.end"));
108107
}

0 commit comments

Comments
 (0)