Skip to content

Commit f521fbe

Browse files
committed
fix(models): fix tests
1 parent 0ec81d5 commit f521fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/utils/src/lib/collect/implementation/execute-process.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('executeProcess', () => {
4040
expect(observer?.complete).toHaveBeenCalledTimes(1);
4141
});
4242

43-
it('should work with async script `node custom-script.js` that throws an error', async () => {
43+
it('should work with async script `node custom-script.js --arg` that throws an error', async () => {
4444
const cfg = mockProcessConfig(
4545
getAsyncProcessRunnerConfig({ interval: 10, runs: 1, throwError: true }),
4646
);

0 commit comments

Comments
 (0)