opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/LDAPBinaryOptionTestCase.java
@@ -219,7 +219,7 @@ List<SearchResultEntry> entries = searchOperation.getSearchEntries(); SearchResultEntry e = entries.get(0); assertNotNull(e); assertThat(e.getAttributes()).isEmpty(); assertThat(e.getAllAttributes()).isEmpty(); }