Skip to content

Commit

Permalink
Corrected values for test_get_ontology.
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Jun 12, 2024
1 parent 972f4d8 commit 6e9d191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils/test_isatools_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ def test_get_ontology(self):
self.assertEqual(ontology_source.name, 'efo')
self.assertEqual(
ontology_source.file,
'https://www.ebi.ac.uk/ols/api/ontologies/efo')
'https://www.ebi.ac.uk/ols4/api/ontologies/efo?lang=en')
self.assertIsInstance(ontology_source.version, str)
self.assertEqual(
ontology_source.description, '')
ontology_source.description, 'Experimental Factor Ontology')

def test_search_for_term(self):
ontology_source = ols.get_ols_ontology('efo')
Expand Down

0 comments on commit 6e9d191

Please sign in to comment.