Skip to content

Commit 570641d

Browse files
committed
rm comment
1 parent 8358f02 commit 570641d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ def test_print_info(input, expected, example_cases, capsys):
2222
pm = PacksManager(case_dir)
2323
examples_dict = pm.available_examples()
2424
cli.print_info(examples_dict)
25-
# capture the outputs and compare to expected
2625
captured = capsys.readouterr()
2726
output = captured.out
2827
assert output == expected
29-
# assert False
28+
assert False
3029

3130

3231
def test_map_pack_to_examples_structure():

0 commit comments

Comments
 (0)