Fix compilation error on springboot (#24437)
This commit is contained in:
parent
3ff0476cc3
commit
75440abb5f
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ public class AccountLinkSpringBootTest extends AbstractSpringBootTest {
|
|||
links = realm.users().get(childUserId).getFederatedIdentity();
|
||||
assertThat(links, is(empty()));
|
||||
|
||||
pause(500)
|
||||
pause(500);
|
||||
|
||||
logoutAll();
|
||||
|
||||
|
|
Loading…
Reference in a new issue