From e98f573732638f732cdae4343a0113833d22277c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 12 Dec 2017 12:31:41 +0100 Subject: [PATCH] build: fixed broken test --- public/app/core/components/search/search.html | 4 ++-- public/app/features/dashboard/specs/save_as_modal.jest.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/app/core/components/search/search.html b/public/app/core/components/search/search.html index 1522227c54c..a7d578f0193 100644 --- a/public/app/core/components/search/search.html +++ b/public/app/core/components/search/search.html @@ -55,11 +55,11 @@
- + Dashboard - + Folder diff --git a/public/app/features/dashboard/specs/save_as_modal.jest.ts b/public/app/features/dashboard/specs/save_as_modal.jest.ts index 9155f59ca70..b2ab77f2255 100644 --- a/public/app/features/dashboard/specs/save_as_modal.jest.ts +++ b/public/app/features/dashboard/specs/save_as_modal.jest.ts @@ -1,4 +1,4 @@ -import { SaveDashboardAsModalCtrl } from '../save_as_modal; +import { SaveDashboardAsModalCtrl } from '../save_as_modal'; import { describe, it, expect } from 'test/lib/common'; describe('saving dashboard as', () => {