Skip to content

Commit

Permalink
Fix file path reference in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Dec 6, 2016
1 parent cfd610a commit 317e76e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import angular from 'angular';
import expect from 'expect.js';
import ngMock from 'ng_mock';
import 'plugins/kibana/dashboard/services/_saved_dashboard';
import { DEFAULT_PANEL_WIDTH, DEFAULT_PANEL_HEIGHT } from '../components/panel/lib/panel';
import { DEFAULT_PANEL_WIDTH, DEFAULT_PANEL_HEIGHT } from '../components/panel/lib/panel_state';

describe('dashboard panels', function () {
let $scope;
Expand Down

0 comments on commit 317e76e

Please sign in to comment.