Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Removing locale based index pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Dec 17, 2014
1 parent 640b9f5 commit 69aa107
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/unit/specs/index_patterns/intervals.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ define(function (require) {
interval = Private(require('components/index_patterns/_intervals'));
}));

it('should return week 50 and 51 for 2014-12-07 to 2014-12-14 with GGGG.ww', function () {
var start = moment('2014-12-07');
var end = moment('2014-12-14');
var list = interval.toIndexList('[logstash-]GGGG.ww', 'weeks', start, end);
expect(list).to.contain('logstash-2014.50');
expect(list).to.contain('logstash-2014.51');
});

it('should return week 49 and 50 for 2014-12-07 to 2014-12-14 with GGGG.WW', function () {
var start = moment('2014-12-07');
var end = moment('2014-12-14');
Expand Down

0 comments on commit 69aa107

Please sign in to comment.