Skip to content

Commit e683e0d

Browse files
author
Lucas Cosmo Rocha
committed
Update README.md
1 parent f1a4654 commit e683e0d

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() + 1))
238+
const today = dateToString(new Date(now.getFullYear(), now.getMonth(), now.getDate()))
239239
const beforeToday = dateToString(new Date(now.getFullYear(), now.getMonth(), now.getDate()))
240240

241241
const expect_filters = {

0 commit comments

Comments
 (0)