Fix compilation error on springboot (#24437)

This commit is contained in:
Aboullos 2023-10-31 20:29:05 +01:00 committed by GitHub
parent 3ff0476cc3
commit 75440abb5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -466,7 +466,7 @@ public class AccountLinkSpringBootTest extends AbstractSpringBootTest {
links = realm.users().get(childUserId).getFederatedIdentity();
assertThat(links, is(empty()));
pause(500)
pause(500);
logoutAll();