Skip to content

Commit

Permalink
fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
mathislucka committed Jan 15, 2025
1 parent 64a0125 commit b2b8adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/pipeline/features/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2978,7 +2978,7 @@ def generate_santa_sleigh():


@given("a pipeline with a component that has dynamic default inputs", target_fixture="pipeline_data")
def pipeline_that_is_linear():
def pipeline_with_dynamic_defaults():
@component
class ParrotWithDynamicDefaultInputs:
def __init__(self, input_variable: str):
Expand Down Expand Up @@ -3010,7 +3010,7 @@ def run(self, **kwargs):


@given("a pipeline with a component that has variadic dynamic default inputs", target_fixture="pipeline_data")
def pipeline_that_is_linear():
def pipeline_with_variadic_dynamic_defaults():
@component
class ParrotWithVariadicDynamicDefaultInputs:
def __init__(self, input_variable: str):
Expand Down

0 comments on commit b2b8adc

Please sign in to comment.