Skip to content

Commit d844a3f

Browse files
committed
test(retail): fix Mocha test logic for search samples
1 parent 356aa22 commit d844a3f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

retail/snippets/test/snippets.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ describe('Snippets System Tests', function () {
116116
const output = consoleOutput.join('\n');
117117

118118
assert.include(output, '--- First Page ---');
119-
assert.include(output, 'No more pages.');
120119
});
121120

122121
it('should execute searchRequest successfully', async () => {

0 commit comments

Comments
 (0)