fixed unit test

pull/4119/head
Torkel Ödegaard 9 years ago
parent 56a05d78bd
commit 3a7ec2a26e
  1. 1
      public/test/specs/seriesOverridesCtrl-specs.js

@ -20,6 +20,7 @@ define([
// beforeEach(function() {
ctx.scope = $rootScope.$new();
ctx.scope.ctrl = {
refresh: sinon.spy(),
render: sinon.spy(),
seriesList: []
};

Loading…
Cancel
Save