Skip to content

Commit 1a95688

Browse files
committed
Remove references to CL:0000003.
1 parent a6a9d0b commit 1a95688

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

minerva-core/src/test/java/org/geneontology/minerva/BlazegraphOntologyManagerTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ public void testGetSubClasses() throws IOException {
108108
assertTrue("ECO_0000314 not subclass of ECO_0000000", subs.contains("http://purl.obolibrary.org/obo/ECO_0000314"));
109109
//Anatomy
110110
//worm anatomy - note that it needs parts of the cl ontology in there
111-
uri = "http://purl.obolibrary.org/obo/CL_0000003";
111+
uri = "http://purl.obolibrary.org/obo/CL_0000000";
112112
subs = onto_repo.getAllSubClasses(uri);
113-
//GO native cell - used a lot in shex
114-
assertTrue("WBbt_0005753 not subclass of CL_0000003", subs.contains("http://purl.obolibrary.org/obo/WBbt_0005753"));
113+
//GO cell - used a lot in shex
114+
assertTrue("WBbt_0005753 not subclass of CL_0000000", subs.contains("http://purl.obolibrary.org/obo/WBbt_0005753"));
115115
//Cell component
116116
uri = "http://purl.obolibrary.org/obo/GO_0110165";
117117
subs = onto_repo.getAllSubClasses(uri);
@@ -159,7 +159,7 @@ public void testGetSuperClasses() throws IOException {
159159
uri = "http://purl.obolibrary.org/obo/WBbt_0005753";
160160
supers = onto_repo.getAllSuperClasses(uri);
161161
//GO native cell - used a lot in shex
162-
assertTrue("WBbt_0005753 not subclass of CL_0000003", supers.contains("http://purl.obolibrary.org/obo/CL_0000003"));
162+
assertTrue("WBbt_0005753 not subclass of CL_0000000", supers.contains("http://purl.obolibrary.org/obo/CL_0000000"));
163163
//anatomy - also used a lot in shex
164164
assertTrue("WBbt_0005753 not subclass of UBERON_0001062", supers.contains("http://purl.obolibrary.org/obo/UBERON_0001062"));
165165
//Cell component

0 commit comments

Comments
 (0)