Skip to content

Commit 58d3f68

Browse files
MV88offtherailz
andauthored
Update web/client/epics/__tests__/search-test.js
Co-Authored-By: Lorenzo Natali <offtherailz@gmail.com>
1 parent 0282ce5 commit 58d3f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/client/epics/__tests__/search-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ describe('search Epics', () => {
248248

249249
});
250250
});
251-
it('produces the search epic with onse service with more results than default limit', (done) => {
251+
it('check the search result resorting is conservative and the number of results limited to maxResults', (done) => {
252252
const maxResults = 5;
253253
let action = {
254254
...textSearch("TEST"),

0 commit comments

Comments
 (0)