From df2d49da33b9aa212a82a3bad8817b9093985c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 27 Nov 2017 12:16:40 +0100 Subject: [PATCH] test fix --- public/app/features/dashboard/specs/dashboard_srv_specs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/specs/dashboard_srv_specs.ts b/public/app/features/dashboard/specs/dashboard_srv_specs.ts index 78afc11c94c..1b3a387fd9d 100644 --- a/public/app/features/dashboard/specs/dashboard_srv_specs.ts +++ b/public/app/features/dashboard/specs/dashboard_srv_specs.ts @@ -1,4 +1,4 @@ -import {describe, beforeEach} from 'test/lib/common'; +import {describe, beforeEach, expect} from 'test/lib/common'; import {DashboardSrv} from '../dashboard_srv';