Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Feb 10, 2025
1 parent 21ac962 commit a9d0782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spyder/utils/tests/test_conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ def test_find_conda():
def test_get_list_conda_envs():
output = get_list_conda_envs()

expected_envs = ['base', 'jedi-test-env', 'spytest-ž', 'test']
expected_envs = ['base', 'jedi-test-env', 'spytest-ž',
'micromamba/envs/test', 'miniconda3/envs/test']
expected_envs = ['Conda: ' + env for env in expected_envs]

assert set(expected_envs) == set(output.keys())
Expand Down

0 comments on commit a9d0782

Please sign in to comment.