Loosening test around lgged lines that change in versions of maven
This commit is contained in:
@@ -92,7 +92,7 @@ describe('maven-runner', () => {
|
||||
|
||||
const results = await runner.exec(projectDir, ['validate']);
|
||||
expect(results.exitCode).toBe(0);
|
||||
expect(results.stdout.length).toBe(7851);
|
||||
expect(results.stdout.length).toBeGreaterThan(7000);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user