Skip to content
Snippets Groups Projects
Commit edc25e4e authored by vuillaut's avatar vuillaut
Browse files

small formatting

parent 5dd8ae05
No related branches found
No related tags found
1 merge request!6improve import metadata module and fix some formatting issues
Pipeline #134627 passed
......@@ -97,12 +97,12 @@ def test_add_author_metadata():
person
)
assert 'creators' in zenodo_metadata.keys()
assert 'creators' in zenodo_metadata
# 4 'creators' one repeated, should not be duplicated.
# Maintainer and Contributor. Author and Creator are the same person
assert len(zenodo_metadata['creators']) == 3
assert 'contributors' in zenodo_metadata.keys()
assert 'contributors' in zenodo_metadata
# Editor, Producer, Publisher, Provider and Sponsor
assert len(zenodo_metadata['contributors']) == 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment