diff --git a/modules/t/ontologyTerm.t b/modules/t/ontologyTerm.t index 86b17fd95cebe91c9b76b8a0be9970b92e7a2be2..3a2ec1590ea69d93a0a9bad689866dfdb2f1ba0e 100644 --- a/modules/t/ontologyTerm.t +++ b/modules/t/ontologyTerm.t @@ -61,7 +61,7 @@ $terms = $go_adaptor->fetch_all_by_name($pattern, undef, 1); is(@{$terms}, 138, "Found binding terms, including obsolete ones"); my $roots = $go_adaptor->fetch_all_roots(); -is(@{$roots}, 1, "Found roots"); +is(@{$roots}, 2, "Found roots"); my $go_roots = $go_adaptor->fetch_all_roots('go'); is(@{$go_roots}, 1, "Found go roots");