From 396f53d20e1112b0ab84ae585d9f21b0f97a0f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 21 Nov 2015 13:47:58 +0100 Subject: [PATCH] fix(tests): removed it.only accidentally cecked in --- .../datasource/elasticsearch/specs/elastic_response_specs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.ts b/public/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.ts index 4e80833c55b..5d4c84e01bd 100644 --- a/public/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.ts +++ b/public/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.ts @@ -443,7 +443,7 @@ describe('ElasticResponse', function() { result = new ElasticResponse(targets, response).getTimeSeries(); }); - it.only('should return table', function() { + it('should return table', function() { expect(result.data.length).to.be(1); expect(result.data[0].type).to.be('docs'); expect(result.data[0].datapoints.length).to.be(2);