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 e146432 commit c0cf665Copy full SHA for c0cf665
tests/test_singlenodeexecutor_pwd.py
@@ -43,5 +43,5 @@ def test_numpy_array(self):
43
with open("workflow.json", "r") as f:
44
content = json.load(f)
45
46
- self.assertEqual(len(content["nodes"]), 3)
47
- self.assertEqual(len(content["edges"]), 2)
+ self.assertEqual(len(content["nodes"]), 4)
+ self.assertEqual(len(content["edges"]), 3)
0 commit comments