Skip to content

Commit bac5d47

Browse files
author
Lucas Cosmo Rocha
committed
Update integration tests
1 parent 0c4fa8d commit bac5d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ describe('queryFilter()', function () {
259259
options.default.filters = expect_filters
260260

261261
qs({})(req, res, function next() {
262-
validate(req, options)
262+
validateFilterWithDate(req, options)
263263
})
264264
done()
265265
})

0 commit comments

Comments
 (0)