Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieclarke committed Oct 10, 2024
1 parent dc3a336 commit 8fe7e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def test_pipe_run_step_values_skip_initialized():


@pytest.mark.usefixtures("_mock_crds_reffile")
def test_pipe_run_step_values_skip_initialized():
def test_pipe_run_step_values_skip_initialized_on_instantiation():
"""Test that initialized parameters are not overridden."""
pipe = SimplePipe(steps={"step1": {"str1": "on instantiation"}})
pipe.process = lambda *args: None
Expand Down

0 comments on commit 8fe7e21

Please sign in to comment.