We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d74d8 commit 6afed6cCopy full SHA for 6afed6c
micromamba/tests/test_update.py
@@ -426,8 +426,8 @@ def test_target_prefix_with_no_settings(
426
res = helpers.install(*cmd, "--print-config-only")
427
TestUpdateConfig.config_tests(
428
res,
429
- root_prefix=TestUpdateConfig.root_prefix,
430
- target_prefix=TestUpdateConfig.root_prefix,
+ root_prefix=TestUpdateConfig.current_root_prefix,
+ target_prefix=TestUpdateConfig.current_root_prefix,
431
)
432
433
@pytest.mark.skipif(
0 commit comments