Skip to content

Commit 6afed6c

Browse files
committed
Fix test_target_prefix_with_no_settings
1 parent d6d74d8 commit 6afed6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

micromamba/tests/test_update.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ def test_target_prefix_with_no_settings(
426426
res = helpers.install(*cmd, "--print-config-only")
427427
TestUpdateConfig.config_tests(
428428
res,
429-
root_prefix=TestUpdateConfig.root_prefix,
430-
target_prefix=TestUpdateConfig.root_prefix,
429+
root_prefix=TestUpdateConfig.current_root_prefix,
430+
target_prefix=TestUpdateConfig.current_root_prefix,
431431
)
432432

433433
@pytest.mark.skipif(

0 commit comments

Comments
 (0)