Skip to content

Commit

Permalink
[ML] Fix assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Aug 13, 2021
1 parent 77a3564 commit 332c742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
});

it('returns the correct number of samples', () => {
expectSnapshot(response.body.traceSamples.length).toMatchInline(`10`);
expectSnapshot(response.body.traceSamples.length).toMatchInline(`15`);
});

it('returns the correct samples', () => {
Expand Down

0 comments on commit 332c742

Please sign in to comment.