Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Sep 4, 2023
1 parent dbea8a2 commit 109a7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipelines.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ describe('Pipelines', () => {
do_sample: false
});
expect(outputs).toHaveLength(1);
expect(outputs[0].length).toBeGreaterThan(10);
expect(outputs[0].length).toBeGreaterThan(1);
}

await generator.dispose();
Expand Down

0 comments on commit 109a7f9

Please sign in to comment.