Skip to content

Commit 0a3bfe3

Browse files
authored
Update test.rerun.spec.ts
1 parent c4bef00 commit 0a3bfe3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/commands/test.rerun.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4855,18 +4855,18 @@ describe('[finding-5] batch rerun --wait: RequestTimeoutError during fan-out pol
48554855
autoHeal: false,
48564856
autoHealExplicit: false,
48574857
skipDependencies: false,
4858-
maxConcurrency: 1, // Fixed: Added comma and missing fields
4858+
maxConcurrency: 1, // تأكدت من وجود الفواصل هنا
48594859
profile: 'default',
48604860
output: 'json',
4861-
debug: false,
4861+
debug: false
48624862
},
48634863
{
48644864
...creds,
48654865
sleep: instantSleep,
48664866
fetchImpl: fetchImpl as unknown as FetchImpl,
48674867
stdout: line => stdoutLines.push(line),
4868-
stderr: () => undefined,
4869-
},
4868+
stderr: () => undefined
4869+
}
48704870
).catch(e => e);
48714871

48724872
expect(err).toMatchObject({ exitCode: 7 });

0 commit comments

Comments
 (0)