From f6e1601c25e049416d1c7bc60d6bfcf4fa5b32d2 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Mon, 2 Oct 2023 17:21:42 +0200 Subject: [PATCH] fix. --- tests/test_collect_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_collect_command.py b/tests/test_collect_command.py index 2f15f78e..553e9201 100644 --- a/tests/test_collect_command.py +++ b/tests/test_collect_command.py @@ -508,7 +508,7 @@ def task_example( assert "task_module.py>" in captured assert "" in captured - assert "nested" in result.output + assert "Dependency" in result.output assert "Product" in captured