We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412393a commit 5d87a35Copy full SHA for 5d87a35
tests/functional/test_all.py
@@ -271,7 +271,6 @@ def test_execution_plan(self):
271
Conditional Traverse | (t:Team)->(r:Rider)
272
Filter
273
Node By Label Scan | (t:Team)'''
274
- self.assertEquals(str(result), expected)
275
self.assertEqual(str(result), expected)
276
277
expected = Operation('Results') \
0 commit comments