Skip to content

Commit 0569e49

Browse files
lpcoxCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8478276 commit 0569e49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/signal-handler.test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* import { flushPromises, createSignalHandlerTestHarness } from './signal-handler.test-utils';
1010
* const harness = createSignalHandlerTestHarness();
1111
*
12-
* handlers['SIGINT']();
12+
* harness.handlers['SIGINT']();
1313
* await flushPromises();
1414
* expect(harness.processExitSpy).toHaveBeenCalledWith(130);
1515
*/

0 commit comments

Comments
 (0)