Skip to content

Commit

Permalink
[ML] Fix jest tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Apr 26, 2021
1 parent dc8e95b commit a150df4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('Transform: Transform List Actions <StopAction />', () => {
// prepare
render(
<IntlProvider locale="en">
<DiscoverActionName items={[item]} />
<DiscoverActionName items={[item]} indexPatternExists={true} />
</IntlProvider>
);

Expand All @@ -72,7 +72,7 @@ describe('Transform: Transform List Actions <StopAction />', () => {
itemCopy.stats.checkpointing.last.checkpoint = 0;
render(
<IntlProvider locale="en">
<DiscoverActionName items={[itemCopy]} />
<DiscoverActionName items={[itemCopy]} indexPatternExists={false} />
</IntlProvider>
);

Expand Down

0 comments on commit a150df4

Please sign in to comment.