Skip to content

Commit f73eee8

Browse files
committed
fix unit change impact on test
1 parent c4a9de1 commit f73eee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/jmx-metrics/library/src/test/java/io/opentelemetry/instrumentation/jmx/rules/JvmTargetSystemTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ void testJvmMetrics(String image) {
167167
metric ->
168168
metric
169169
.hasDescription("Number of open file descriptors.")
170-
.hasUnit("{file_descriptors}")
170+
.hasUnit("{file_descriptor}")
171171
.isUpDownCounter()
172172
.hasDataPointsWithoutAttributes())
173173
.add(

0 commit comments

Comments
 (0)