Skip to content

Commit

Permalink
fix path for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jul 10, 2020
1 parent 1bebcc8 commit 736e9ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
DateNanosFormat,
formatWithNanos,
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
} from 'src/plugins/data/public/field_formats/converters/date_nanos';
} from '../../../public/field_formats/converters/date_nanos';
import { TextContextTypeConvert } from '../../../common';

class DateNanosFormatServer extends DateNanosFormat {
Expand Down

0 comments on commit 736e9ee

Please sign in to comment.