Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03e51ec

Browse files
committed
Include failling test
1 parent3dd52fc commit03e51ec

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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp