From b1831353ac4c9e49b22e8b1890d9e1808ed2c738 Mon Sep 17 00:00:00 2001 From: Carwyn Pelley Date: Fri, 5 Jul 2024 14:04:20 +0100 Subject: [PATCH] Update dagrunner/tests/execute_graph/test_integration.py Co-authored-by: mo-robert-purvis <79312282+mo-robert-purvis@users.noreply.github.com> --- dagrunner/tests/execute_graph/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagrunner/tests/execute_graph/test_integration.py b/dagrunner/tests/execute_graph/test_integration.py index 37eca75..a7cad70 100644 --- a/dagrunner/tests/execute_graph/test_integration.py +++ b/dagrunner/tests/execute_graph/test_integration.py @@ -111,7 +111,7 @@ def test_execution(graph, scheduler): branch for recording the final state. It is this that we verify to ensure that the graph has been executed correctly and respected dependencies. """ - # set debug to true to intriduce a 'sleep' to ProcessID. Useful for verifying rough + # set debug to true to introduce a 'sleep' to ProcessID. Useful for verifying rough # parallel execution performance. debug = False EDGES, SETTINGS, output_files = graph