Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 12, 2022
1 parent 35f3218 commit ce07700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_graph/test_graph_cbd.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ def test_cbd_example():
GraphHelper.assert_sets_equals(g.cbd(URIRef(query)), g_cbd, exclude_blanks=True)
assert len(g.cbd(URIRef(query))) == (
21
), "cbd() for aReallyGreatBook should return 21 triples"
), "cbd() for aReallyGreatBook should return 21 triples"

0 comments on commit ce07700

Please sign in to comment.