Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
75.31k
stars
40.71k
forks
source link
Replace TestObservationRegistryAssert.assertThat() with Assertions.assertThat() #43235
Closed
izeye closed 1 day ago
This PR replaces
TestObservationRegistryAssert.assertThat()
withAssertions.assertThat()
.See https://github.com/micrometer-metrics/micrometer/pull/5551