Skip to content

Commit 2de7b7a

Browse files
committed
Bug fixes
1 parent cc72d92 commit 2de7b7a

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
@@ -232,7 +232,7 @@ describe('queryFilter()', function () {
232232
options.default.filters = expect_filters
233233

234234
qs({})(req, res, function next() {
235-
validateFilterWithDate(req, options)
235+
expect(req.query.filters).to.eql({})
236236
})
237237
done()
238238
})

0 commit comments

Comments
 (0)