Skip to content

Commit

Permalink
fixing formatting;
Browse files Browse the repository at this point in the history
  • Loading branch information
proccaserra committed Feb 23, 2024
1 parent f175d94 commit dbfa307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model/test_ontology_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_setters(self):

def test_builtins(self):
expected_str = ("isatools.model.OntologyAnnotation(term='test_term', "
"term_source=isatools.model.OntologySource(name='test_term_source',"
"term_source=isatools.model.OntologySource(name='test_term_source', "
"file='', version='', description='', comments=[]), "
"term_accession='test_term_accession', "
"comments=[])")
Expand Down

0 comments on commit dbfa307

Please sign in to comment.