Skip to content

Commit 32c660d

Browse files
committed
unwrap line
1 parent 8ce243f commit 32c660d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/src/test/java/opengrok/auth/plugin/LdapAttrPluginTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ void testAttrLookup() throws LdapException {
178178
new AbstractLdapProvider.LdapSearchResult<>(dn, attrs);
179179
assertNotNull(result);
180180
// TODO use Mockito Argument captor ?
181-
when(mockProvider.lookupLdapContent(anyString(), any(String[].class))).
182-
thenReturn(result);
181+
when(mockProvider.lookupLdapContent(anyString(), any(String[].class))).thenReturn(result);
183182

184183
// Load the LdapAttrPlugin using the mock LDAP provider.
185184
LdapAttrPlugin plugin = new LdapAttrPlugin();

0 commit comments

Comments
 (0)