Skip to content

Commit

Permalink
[ML] Fix API integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jul 29, 2022
1 parent 01fa620 commit bb99a53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export default ({ getService }: FtrProviderContext) => {
};

const expected = {
chunksLength: 12,
actionsLength: 11,
chunksLength: 13,
actionsLength: 12,
noIndexChunksLength: 4,
noIndexActionsLength: 3,
changePointFilter: 'add_change_points',
Expand Down

0 comments on commit bb99a53

Please sign in to comment.