Skip to content

Commit

Permalink
chore(NA): fix last unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and jbudz committed Jun 17, 2021
1 parent d57f376 commit 04b4927
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Side Public License, v 1.
*/

import { toExpression } from './ast';
import { toExpression } from '@kbn/interpreter/common';

describe('ast toExpression', () => {
describe('single expression', () => {
Expand Down

0 comments on commit 04b4927

Please sign in to comment.