Skip to content

Commit 7b83651

Browse files
committed
fix indent
1 parent 94014c3 commit 7b83651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/functional/test_all.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ def test_execution_plan(self):
257257

258258
expected = Operation('Results') \
259259
.append_child(Operation('Project')
260-
.append_child(Operation('Conditional Traverse', "(t:Team)->(r:Rider)")
261-
.append_child(Operation("Filter")
262-
.append_child(Operation('Node By Label Scan', "(t:Team)")))))
260+
.append_child(Operation('Conditional Traverse', "(t:Team)->(r:Rider)")
261+
.append_child(Operation("Filter")
262+
.append_child(Operation('Node By Label Scan', "(t:Team)")))))
263263

264264
self.assertEqual(result.structured_plan, expected)
265265

0 commit comments

Comments
 (0)