Use a static access in a test file, because we can.

This commit is contained in:
jvoisin
2019-10-20 22:43:10 +02:00
parent a4cc1ec6ec
commit f910c572c9
@@ -151,7 +151,7 @@ public class MediaScannerServiceTestCase {
// display out metrics report
ConsoleReporter reporter = ConsoleReporter.forRegistry(metrics)
.convertRatesTo(TimeUnit.SECONDS.SECONDS)
.convertRatesTo(TimeUnit.SECONDS)
.convertDurationsTo(TimeUnit.MILLISECONDS)
.build();
reporter.report();