Fix typo in ReasonFound test (#102690)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Mat Schaffer 2021-07-28 19:38:11 +09:00 committed by GitHub
parent dccdb621ce
commit 264813f8d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ describe('ReasonFound', () => {
data: 'false',
context: 'fakeContext',
}}
enabled={enabler}
enabler={enabler}
/>
);
expect(component).toMatchSnapshot();