mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-25 16:39:42 -05:00
82269f789a
- Replaced usage of Assert.assertThat with static import - Replaced static import org.junit.Assert.assertThat with org.hamcrest.MatcherAssert.assertThat Fixes: #22111