Skip to content

Commit

Permalink
fix timelion test
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Apr 9, 2020
1 parent d12fe0e commit 7bf065f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

const fn = require(`src/plugins/vis_type_timelion`);
const fn = require(`src/plugins/vis_type_timelion/server/lib/load_functions`);

const expect = require('chai').expect;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

const fn = require(`src/plugins/vis_type_timelion`);
const fn = require(`src/plugins/vis_type_timelion/server/series_functions/fit`);
import moment from 'moment';
const expect = require('chai').expect;
import invoke from './helpers/invoke_series_fn.js';
Expand Down

0 comments on commit 7bf065f

Please sign in to comment.