Skip to content

Commit

Permalink
Revert test change
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Bruskiewich committed Jul 27, 2021
1 parent 16ad7ed commit 0c4770f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_clique_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_check_all_categories2():
get_toolkit(biolink_release="2.2.0")
categories = get_biolink_ancestors('biolink:Gene')
vbc, ibc, ic = check_all_categories(categories)
assert len(vbc) == 6
assert len(vbc) == 4
assert len(ibc) == 0
assert len(ic) == 0

Expand Down

0 comments on commit 0c4770f

Please sign in to comment.