We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4625d82 commit a303122Copy full SHA for a303122
dandi/tests/test_metadata.py
@@ -516,7 +516,7 @@ def test_species():
516
def test_extract_unknown_species():
517
with pytest.raises(ValueError) as excinfo:
518
extract_species({"species": "mumba-jumba"})
519
- assert str(excinfo.value).startswith("Cannot interpret")
+ assert str(excinfo.value).startswith("Cannot interpret species field: mumba-jumba")
520
521
522
def test_species_map():
0 commit comments