Skip to content

Commit 54bc990

Browse files
committed
fix: removed weird character from sudo test file
1 parent c3f6f8c commit 54bc990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/sudo.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { PluginProcess, returnMessageCmd } from '../../src/plugins/plugin-proces
66
import { MessageCmd, MessageStatus, SpawnStatus } from 'codify-schemas';
77
import { ctx } from '../../src/events/context.js';
88

9-
vi.mock('node:child_process', async () => {n
9+
vi.mock('node:child_process', async () => {
1010
const { ChildProcess } = await import('node:child_process');
1111
const { default: EventEmitter } = await import('node:events');
1212

0 commit comments

Comments
 (0)