Torkel Ödegaard пре 9 година
родитељ
комит
c1567ae595
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/app/features/dashboard/specs/dashboard_srv_specs.ts

+ 1 - 1
public/app/features/dashboard/specs/dashboard_srv_specs.ts

@@ -6,7 +6,7 @@ describe('dashboardSrv', function() {
   var _dashboardSrv;
 
   beforeEach(() => {
-    _dashboardSrv = new DashboardSrv();
+    _dashboardSrv = new DashboardSrv({}, {}, {});
   });
 
   describe('when creating new dashboard with defaults only', function() {