lint: fix lint error.
This commit is contained in:
parent
d6ffd550e9
commit
fb6d18a48d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue