Skip to content

Commit 9368d0c

Browse files
committed
fix comment
1 parent d78efd5 commit 9368d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_packsmanager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ def test_copy_examples_force(example_cases, expected_paths, force):
346346

347347

348348
install_params = [
349-
( # input: install requirements for packA
350-
# expected: print_info output showing packA installed but not packB
349+
( # input: packs to install
350+
# expected: output showing packA installed but not packB
351351
("packA",),
352352
"""Installed Packs:
353353
----------------

0 commit comments

Comments
 (0)