Skip to content

Commit 9318450

Browse files
author
Lucas Cosmo Rocha
committed
Update integration tests
1 parent e08efa7 commit 9318450

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
@@ -235,7 +235,7 @@ describe('queryFilter()', function () {
235235

236236
it('should return req.query with set period and date_end param', function (done) {
237237
const now = new Date();
238-
const today = dateToString(new Date(now.getFullYear(), now.getMonth(), now.getDate()))
238+
const today = dateToString(new Date(now.getFullYear(), now.getMonth(), now.getDate(),0,0,1))
239239

240240
const expect_filters = {
241241
$and: [

0 commit comments

Comments
 (0)