Skip to content

Commit 1a05513

Browse files
committed
[DATALAD RUNCMD] Run black on one recently edited without black file'
=== Do not change lines below === { "chain": [], "cmd": "black dandi/tests/test_dandiarchive.py", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 52017d7 commit 1a05513

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dandi/tests/test_dandiarchive.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,9 @@ def test_parse_dandi_url_unknown_instance() -> None:
441441
parse_dandi_url("dandi://not-an-instance/000001")
442442

443443
valid_instances = ", ".join(sorted(known_instances.keys()))
444-
expected_message = f"Unknown instance 'not-an-instance'. Valid instances: {valid_instances}"
444+
expected_message = (
445+
f"Unknown instance 'not-an-instance'. Valid instances: {valid_instances}"
446+
)
445447

446448
assert str(excinfo.value) == expected_message
447449

0 commit comments

Comments
 (0)