Skip to content

Commit c0cf665

Browse files
committed
fix
1 parent e146432 commit c0cf665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_singlenodeexecutor_pwd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ def test_numpy_array(self):
4343
with open("workflow.json", "r") as f:
4444
content = json.load(f)
4545

46-
self.assertEqual(len(content["nodes"]), 3)
47-
self.assertEqual(len(content["edges"]), 2)
46+
self.assertEqual(len(content["nodes"]), 4)
47+
self.assertEqual(len(content["edges"]), 3)

0 commit comments

Comments
 (0)