Skip to content

Commit

Permalink
[packages] Fix import path in securitysolutions-io-ts-utils (elastic#…
Browse files Browse the repository at this point in the history
…99797) (elastic#99818)

Co-authored-by: Jonathan Budzenski <[email protected]>
  • Loading branch information
kibanamachine and jbudz authored May 11, 2021
1 parent 7441b38 commit faa10d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import { pipe } from 'fp-ts/lib/pipeable';
import { left } from 'fp-ts/lib/Either';
import { foldLeftRight, getPaths } from '@kbn/securitysolution-io-ts-utils';
import { foldLeftRight, getPaths } from '../test_utils';
import { NonEmptyStringArray } from '.';

describe('non_empty_string_array', () => {
Expand Down

0 comments on commit faa10d0

Please sign in to comment.