Skip to content

Commit a4e11c0

Browse files
committed
fix the test
1 parent 73333a6 commit a4e11c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_add_url(self):
7373
ontologies = self.env.get_ontology_names()
7474
self.assertIn(self.brick_144_name, ontologies)
7575
# check that dependencies were added because fetch_imports is true by default
76-
self.assertIn("http://qudt.org/2.1/schema/qudt", ontologies)
76+
self.assertIn("http://qudt.org/3.1.0/schema/qudt", ontologies)
7777

7878
def test_add_no_fetch_imports(self):
7979
"""Test env.add() with fetch_imports=False."""

0 commit comments

Comments
 (0)