Skip to content

Commit f6f07c7

Browse files
committed
index fix
1 parent e8b0872 commit f6f07c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_jobflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ def test_jobflow(self):
3232
result = run_locally(flow)
3333

3434
self.assertTrue(os.path.exists(workflow_json_filename))
35-
self.assertEqual(result[result.keys()[-1]][1].output, 6.25)
35+
self.assertEqual(result[list(result.keys())[-1]][1].output, 6.25)

0 commit comments

Comments
 (0)