This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 00ce69cf authored by Johannes Kainz's avatar Johannes Kainz
Browse files

corrected wrong method call

parent e2484ea9
2 merge requests!120Bringing monitoring to production,!100Monitoring
......@@ -380,7 +380,7 @@ public class SearchServiceIT {
@Test
@WithAnonymousUser
public void testSearchAll() throws IOException {
SearchResultsDTO searchResults = searchService.searchAll();
SearchResultsDTO searchResults = searchService.searchAllPublicResults();
Assert.assertTrue("At least one hit?", searchResults.getSearchResult().size() >= 1);
Assert.assertEquals("We start at 0", 0, searchResults.getPageStartIndex());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment