Skip to content

Commit d7b0a8e

Browse files
committed
fix capitalization
1 parent 7ab5888 commit d7b0a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_packsmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def test_print_info(packs_to_install, expected, example_cases, capsys):
379379
text=True,
380380
)
381381
for pack in packs_to_install:
382-
req_file = req_dir / f"{pack.lower()}.txt"
382+
req_file = req_dir / f"{pack}.txt"
383383
subprocess.run(
384384
[
385385
"conda",

0 commit comments

Comments
 (0)