Skip to content

Commit 6657c1d

Browse files
committed
Fix ruff lint issues
1 parent 5a0460c commit 6657c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_content_make_ingestible():
5959
assert len(ingest.relationships) == 1
6060
relationship = ingest.relationships[0]
6161
assert relationship.relationship.type == "test_relationship"
62-
assert relationship.outbound == False
62+
assert relationship.outbound is False
6363
assert relationship.to_node.type == "test_type"
6464
relationship.to_node.key_values == {"id": parent_content.id}
6565
relationship.to_node.properties == {"content": parent_content.content}

0 commit comments

Comments
 (0)