Skip to content

Commit

Permalink
Fix typo in ReasonFound test (elastic#102690) (elastic#107357)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
matschaffer and kibanamachine authored Aug 2, 2021
1 parent fb8b162 commit 44890da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('ReasonFound', () => {
data: 'false',
context: 'fakeContext',
}}
enabled={enabler}
enabler={enabler}
/>
);
expect(component).toMatchSnapshot();
Expand Down

0 comments on commit 44890da

Please sign in to comment.