Skip to content

Commit 0c4fa8d

Browse files
author
Lucas Cosmo Rocha
committed
Refactoring Date filter
1 parent 96aeee5 commit 0c4fa8d

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

240240
qs({})(req, res, function next() {
241-
validate(req, options)
241+
validateFilterWithDate(req, options)
242242
})
243243
done()
244244
})

0 commit comments

Comments
 (0)