Skip to content

Commit

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

const expected = {
chunksLength: 7,
actionsLength: 6,
noIndexChunksLength: 3,
noIndexActionsLength: 2,
chunksLength: 8,
actionsLength: 7,
noIndexChunksLength: 4,
noIndexActionsLength: 3,
actionFilter: 'add_change_points',
errorFilter: 'error',
changePoints: [
Expand Down

0 comments on commit 8e26eb2

Please sign in to comment.