mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fixing tests
This commit is contained in:
parent
6641c8e6e4
commit
b7822ecb5c
1 changed files with 2 additions and 2 deletions
|
@ -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' }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue