Skip to content

Commit edbaed6

Browse files
committed
test(ccr-engine): update expected output in test case
1 parent e49630c commit edbaed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/infra/ccr-engine.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe('CCR Engine Runner', () => {
117117
onErrorData: handleError,
118118
});
119119

120-
expect(handleData).toHaveBeenCalledWith('💬 TEXT: All tasks done\n');
120+
expect(handleData).toHaveBeenCalledWith('All tasks done\n');
121121
expect(handleError).toHaveBeenCalledWith('error-chunk');
122122
expect(result).toEqual({ stdout: 'final output', stderr: 'final error output' });
123123
expect(spawnSpy).toHaveBeenCalledTimes(1);

0 commit comments

Comments
 (0)