Skip to content

Commit 22c07b3

Browse files
committed
format
1 parent 0b35497 commit 22c07b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/test_ingest_query_builder.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ def test_node_update_with_created_timestamp_generates_exepected_queries(
406406
)
407407

408408

409-
410409
@pytest.mark.parametrize(
411410
"rel,expected_query",
412411
[
@@ -456,8 +455,7 @@ def test_relationship_update_generates_expected_queries(
456455
[
457456
RELATIONSHIP_BETWEEN_TWO_NODES_WITH_MULTI_KEY,
458457
RELATIONSHIP_BETWEEN_TWO_NODES_EXPECTED_QUERY_WITH_MULTI_KEY_AND_TIMESTAMP,
459-
]
460-
,
458+
],
461459
[
462460
RELATIONSHIP_BETWEEN_TWO_NODES_WITH_MULTI_KEY_AND_CREATE,
463461
RELATIONSHIP_BETWEEN_TWO_NODES_EXPECTED_QUERY_WITH_MULTI_KEY_AND_CREATE_AND_TIMESTAMP,

0 commit comments

Comments
 (0)