We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73333a6 commit a4e11c0Copy full SHA for a4e11c0
python/test.py
@@ -73,7 +73,7 @@ def test_add_url(self):
73
ontologies = self.env.get_ontology_names()
74
self.assertIn(self.brick_144_name, ontologies)
75
# check that dependencies were added because fetch_imports is true by default
76
- self.assertIn("http://qudt.org/2.1/schema/qudt", ontologies)
+ self.assertIn("http://qudt.org/3.1.0/schema/qudt", ontologies)
77
78
def test_add_no_fetch_imports(self):
79
"""Test env.add() with fetch_imports=False."""
0 commit comments