Skip to content

Commit 6e1c6e7

Browse files
committed
comment
1 parent 8b79a09 commit 6e1c6e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/incubator/src/test/java/io/opentelemetry/api/incubator/common/ExtendedAttributesTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ void asAttributes(ExtendedAttributes extendedAttributes, Map<String, Object> exp
119119

120120
long expectedSize =
121121
expectedMap.values().stream()
122+
// Testing deprecated EXTENDED_ATTRIBUTES (Map) until removed
122123
.filter(value -> !(value instanceof Map))
123124
.filter(value -> !(value instanceof Value))
124125
.count();

0 commit comments

Comments
 (0)