Skip to content

Commit 0a26ce2

Browse files
committed
fix capitalization on pack names
1 parent fcfd47e commit 0a26ce2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_packsmanager.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,16 +351,16 @@ def test_copy_examples_force(example_cases, expected_paths, force):
351351
# expected: print_info output showing packA installed but not packB
352352
("packA",),
353353
"""Installed Packs:
354-
packa
354+
packA
355355
356356
Available Packs to Install:
357-
packb
357+
packB
358358
359359
Examples:
360-
packa:
360+
packA:
361361
- ex1
362362
- ex2
363-
packb:
363+
packB:
364364
- ex1
365365
- ex3
366366
- ex4""",

0 commit comments

Comments
 (0)