Fixing tests

This commit is contained in:
Chris Cowan 2017-01-17 22:43:56 -07:00
parent 6641c8e6e4
commit b7822ecb5c

View file

@ -22,8 +22,8 @@ describe('calculateIndices', () => {
fields: ['@timestamp'],
index_constraints: {
'@timestamp': {
max_value: { gte: '2017-01-03T23:59:59.000Z' },
min_value: { lte: '2017-01-01T00:00:00.000Z' }
max_value: { gte: '2017-01-01T00:00:00.000Z' },
min_value: { lte: '2017-01-03T23:59:59.000Z' }
}
}
}