Skip to content

Commit

Permalink
Update failing test
Browse files Browse the repository at this point in the history
The `basic_metadata` fixture was missing the `schemaKey` attribute in
one of its `contributors`.
  • Loading branch information
mvandenburgh committed Jun 21, 2024
1 parent 6edc06a commit 0ce951c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dandischema/tests/test_datacite.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def metadata_basic() -> Dict[str, Any]:
"name": "A_last, A_first",
"email": "[email protected]",
"roleName": [RoleType("dcite:ContactPerson")],
"schemaKey": "Person",
}
],
"license": [LicenseType("spdx:CC-BY-4.0")],
Expand Down

0 comments on commit 0ce951c

Please sign in to comment.