Fixing test

This commit is contained in:
Peter Murray
2024-01-12 17:10:22 +00:00
committed by GitHub
parent 677cb9cc73
commit f911f99f6e
+1 -2
View File
@@ -93,8 +93,7 @@ describe('maven-runner', () => {
const results = await runner.exec(projectDir, ['validate']);
expect(results.exitCode).toBe(0);
// by running with quiet mode there should be no output
expect(results.stdout.length).toBe(0);
expect(results.stdout.length).toBe(7851);
});
});