Skip to content

Commit

Permalink
Update factory function for creating sample Dandiset for tests
Browse files Browse the repository at this point in the history
This update is for meeting the requirement of having
email for a contributor who is a contact person
imposed by dandischema,
dandi/dandi-schema#235
  • Loading branch information
candleindark committed May 1, 2024
1 parent ae0f187 commit f0def0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dandi/tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ def mkdandiset(self, name: str, embargo: bool = False) -> SampleDandiset:
{
"schemaKey": "Person",
"name": "Tests, Dandi-Cli",
"email": "nemo@example.com",
"roleName": ["dcite:Author", "dcite:ContactPerson"],
}
],
Expand Down

0 comments on commit f0def0f

Please sign in to comment.