Skip to content

Commit 24b2947

Browse files
committed
Fix scala 3 compilation error
1 parent 114db98 commit 24b2947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/src/test/scala/com/evolutiongaming/kafka/flow/metrics/SyntaxSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class SyntaxSpec extends FunSuite {
3030
}
3131
}
3232
val service = new Service[Int]
33-
service.withCollectorRegistry(CollectorRegistry.empty)
33+
service.withCollectorRegistry(CollectorRegistry.empty[F])
3434
}
3535

3636
test("measureTotalDuration on a stream of numbers") {

0 commit comments

Comments
 (0)