Skip to content

Commit

Permalink
Merge pull request #232969 from microsoft/tyriar/test
Browse files Browse the repository at this point in the history
Fix failing test on macOS
  • Loading branch information
Tyriar authored Nov 4, 2024
2 parents e37672f + b2dc7fd commit 231d373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ import { assertNoRpc } from '../utils';
const { execution, endEvent } = executeCommandAsync(shellIntegration, 'echo', ['hello']);
const executionSync = await execution;
const expectedCommandLine: TerminalShellExecutionCommandLine = {
value: 'echo "hello"',
value: 'echo hello',
isTrusted: true,
confidence: TerminalShellExecutionCommandLineConfidence.High
};
Expand Down

0 comments on commit 231d373

Please sign in to comment.