Skip to content

Commit 74071d9

Browse files
committed
[ML] Fix comment typo.
1 parent 269c223 commit 74071d9

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/transform/public/app/sections/transform_management/components/transform_list

1 file changed

+1
-1
lines changed

x-pack/plugins/transform/public/app/sections/transform_management/components/transform_list/use_actions.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('Transform: Transform List Actions', () => {
1717
const actions = result.current.actions;
1818

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

0 commit comments

Comments
 (0)