mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
[MNT-24778] Provided Integer Type to NamedList
This commit is contained in:
@@ -557,7 +557,7 @@ public class SolrInformationServerTest
|
||||
return null;
|
||||
}).when(handler).handleRequest(any(SolrQueryRequest.class), any(SolrQueryResponse.class));
|
||||
NamedList<Integer> actualResult = infoServer.getFacets(request, "TXID:[1 TO 411]", "TXID", 1, 3);
|
||||
assertEquals(new NamedList<>() {
|
||||
assertEquals(new NamedList<Integer>() {
|
||||
{
|
||||
add("1", 1);
|
||||
add("2", 1);
|
||||
|
Reference in New Issue
Block a user