lint: fix lint error.

This commit is contained in:
zhaoyunfeng 2021-05-24 13:33:19 +08:00
parent d6ffd550e9
commit fb6d18a48d
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ tap.test('search paged', { timeout: 10000 }, function (t) {
countEntries += 1
}
function pageListener(result) {
function pageListener (result) {
countPages += 1
if (countPages < 10) {
t2.equal(result.messageID, currentSearchRequest.messageID)