Skip to content

Commit

Permalink
kadai-io#436: apply KADAI check-style
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderj15 committed Jan 20, 2025
1 parent 1d6add3 commit 98aa11f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ void testLdap_isInitorFail() {
@Test
void testLdap_checkForMissingConfigurations() {
final int optionalCount = 22;
assertThat(cut.checkForMissingConfigurations()).hasSize(LdapSettings.values().length - optionalCount);
assertThat(cut.checkForMissingConfigurations())
.hasSize(LdapSettings.values().length - optionalCount);
}

@Test
Expand Down

0 comments on commit 98aa11f

Please sign in to comment.