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 8e38d25 commit 955b877Copy full SHA for 955b877
cubids/tests/test_bond.py
@@ -1160,7 +1160,7 @@ def test_validator(tmp_path):
1160
call = build_validator_call(str(data_root) + "/complete")
1161
ret = run_validator(call)
1162
1163
- assert ret.returncode == 1, (
+ assert ret.returncode == 16, (
1164
"Validator was expected to fail after corrupting files, "
1165
f"but returned code {ret.returncode}.\n"
1166
"Corrupted files: removed JSON sidecar and modified NIfTI header.\n"
0 commit comments