mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-18 05:09:58 -06:00
- Replaced usage of Assert.assertThat with static import - Replaced static import org.junit.Assert.assertThat with org.hamcrest.MatcherAssert.assertThat Fixes: #22111