gemini suggestion

This commit is contained in:
Twisha Bansal
2026-02-05 10:04:03 +05:30
parent 5e3b8d3672
commit c7e41262a0

View File

@@ -58,9 +58,6 @@ describe(`${ORCH_NAME} Pre/Post Processing Agent`, () => {
capturedErrors = [];
await runAgent();
if (capturedErrors.length > 0) {
console.error("Captured Stderr:", capturedErrors.join("\n"));
}
assert.equal(
capturedErrors.length,
0,