Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03e51ec

Browse files
committed
Include failling test
1 parent 3dd52fc commit 03e51ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/pythonEnvironments/common/environmentManagers/conda.unit.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ suite('Conda and its environments are located correctly', () => {
536536
expect(args).to.not.equal(undefined);
537537
assert.deepStrictEqual(
538538
args,
539-
['conda', 'run', '-n', 'envName', '--no-capture-output', 'python', OUTPUT_MARKER_SCRIPT],
539+
['conda', 'run', '-p', 'envPrefix', '--no-capture-output', 'python', OUTPUT_MARKER_SCRIPT],
540540
'Incorrect args for case 1',
541541
);
542542

0 commit comments

Comments
 (0)