fix(build): fixes #6284

This commit is contained in:
Torkel Ödegaard
2016-10-15 08:00:48 +02:00
parent 04c23ef322
commit c1567ae595

View File

@@ -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() {