We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9928c60 commit 17df848Copy full SHA for 17df848
src/diffpy/labpdfproc/tests/test_tools.py
@@ -69,7 +69,7 @@ def test_set_input_lists(inputs, expected, user_filesystem):
69
cli_inputs = ["2.5"] + inputs
70
actual_args = get_args(cli_inputs)
71
actual_args = set_input_lists(actual_args)
72
- assert list(actual_args.input_directory).sort() == expected_paths.sort()
+ assert list(actual_args.input_paths).sort() == expected_paths.sort()
73
74
75
# This test covers non-existing single input file or directory, in this case we raise an error with message
0 commit comments