spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.31k stars 40.71k forks source link

Replace TestObservationRegistryAssert.assertThat() with Assertions.assertThat() #43235

Closed izeye closed 1 day ago

izeye commented 1 day ago

This PR replaces TestObservationRegistryAssert.assertThat() with Assertions.assertThat().

See https://github.com/micrometer-metrics/micrometer/pull/5551

philwebb commented 1 day ago

Thanks @izeye