Skip to content

Commit

Permalink
[ML] Fix comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Aug 18, 2020
1 parent 269c223 commit 74071d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('Transform: Transform List Actions', () => {
const actions = result.current.actions;

// Using `any` for the callback. Somehow the EUI types don't pass
// on the `data-test-subj` attribute correctly. We're interesting
// on the `data-test-subj` attribute correctly. We're interested
// in the runtime result here anyway.
expect(actions.map((a: any) => a['data-test-subj'])).toStrictEqual([
'transformActionStart',
Expand Down

0 comments on commit 74071d9

Please sign in to comment.