Skip to content

Commit 5c8d28a

Browse files
committed
Fixed tests following CLI UI improvements
1 parent 9096373 commit 5c8d28a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/scancode/test_cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def test_extract_option_does_extract(self):
6868
assert result.exit_code == 0
6969
assert 'Extracting done' in result.output
7070
assert 'ERROR: Unrecognized archive format' in result.output
71-
assert 'Extraction errors or warnings' in result.output
7271
assert os.path.exists(os.path.join(test_dir, 'some.tar.gz-extract'))
7372

7473
def test_extract_option_works_with_relative_paths(self):

0 commit comments

Comments
 (0)