Skip to content

Commit 4e406d0

Browse files
committed
coverage
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent bc859f3 commit 4e406d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prometheus-metrics-config/src/test/java/io/prometheus/metrics/config/PrometheusPropertiesTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public void testBuilder() {
6262
assertThat(result.getExporterPushgatewayProperties())
6363
.isSameAs(defaults.getExporterPushgatewayProperties());
6464
assertThat(result.getMetricProperties("http_duration_seconds"))
65+
.usingRecursiveComparison()
6566
.isEqualTo(
6667
MetricsProperties.builder().histogramClassicUpperBounds(0.1, 0.2, 0.5, 1.0).build());
6768
assertThat(result.getMetricProperties("unknown_metric")).isNull();

0 commit comments

Comments
 (0)