Skip to content

Commit

Permalink
Merge pull request #51 from geneontology/fix_tests
Browse files Browse the repository at this point in the history
test failure due to changing annotations; fixed and confirmed change.
  • Loading branch information
sierra-moxon authored Jun 2, 2023
2 parents 17d6c7f + 088b7b3 commit bc8578a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_ribbon.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def test_rgd_ribbon():
)
assert (
subject.get("groups").get("GO:0008150").get("ALL").get("nb_annotations")
>= 52
>= 45
)
assert (
subject.get("groups").get("GO:0005575").get("ALL").get("nb_annotations")
Expand Down

0 comments on commit bc8578a

Please sign in to comment.