Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Feb 11, 2024
1 parent d246d77 commit 68e8619
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/model/test_to_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,10 @@ def test_study_to_dict(self):

# Test study design descriptors
study.design_descriptors = [
OntologyAnnotation(term_accession='accession1', term_source=OntologySource(name='source1'), term='name1', id_='id1',
OntologyAnnotation(term_accession='accession1',
term_source=OntologySource(name='source1'),
term='name1',
id_='id1',
comments=comments)
]
expected_dict['studyDesignDescriptors'] = [
Expand Down

0 comments on commit 68e8619

Please sign in to comment.