forked from pool/python-rarfile
12 lines
396 B
Diff
12 lines
396 B
Diff
|
Index: rarfile-4.0/test/test_tool.py
|
||
|
===================================================================
|
||
|
--- rarfile-4.0.orig/test/test_tool.py
|
||
|
+++ rarfile-4.0/test/test_tool.py
|
||
|
@@ -116,5 +116,5 @@ def test_cli_extract(capsys, tmp_path):
|
||
|
def test_cli_help(capsys):
|
||
|
assert cli("--help") == 0
|
||
|
res = capsys.readouterr()
|
||
|
- assert "optional" in res.out
|
||
|
+ assert "option" in res.out
|
||
|
|