Skip to content

Commit

Permalink
finish fixing remainging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Apr 13, 2024
1 parent 3cd4e5f commit 666b55d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified tests/resources/test.db
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/unit/test_meta_knowledge_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def test_meta_knowledge_graph_multiple_category_and_predicate_parsing():

assert mkg.get_name() == "Test Graph - Multiple Node Categories"

assert mkg.get_total_nodes_count() == 12
assert mkg.get_total_nodes_count() == 10

# unique set, including (shared) parent
# classes (not including category 'unknown' )
Expand Down

0 comments on commit 666b55d

Please sign in to comment.