Skip to content

Commit fbebba7

Browse files
committed
fix test 2
1 parent 833e67d commit fbebba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def fake_evaluate_task(
105105
# Create a mock Registry class
106106

107107
class FakeRegistry(Registry):
108-
def __init__(self, custom_tasks: Optional[Union[str, Path, ModuleType]] = None):
108+
def __init__(self, tasks: Optional[str], custom_tasks: Optional[Union[str, Path, ModuleType]] = None):
109109
super().__init__(custom_tasks=custom_tasks)
110110

111111
def get_task_dict(self, task_names: list[str]):

0 commit comments

Comments
 (0)