Skip to content

Commit fa35be1

Browse files
Fix outdated variable name in comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7a28d39 commit fa35be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/usethis/_integrations/ci/bitbucket/test_pipeweld.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def test_full_parallel_breakup_sequence(self, tmp_path: Path):
503503

504504
with change_cwd(tmp_path):
505505
# Simulate pipeweld instructions for: series("A", "C", "B")
506-
# Note: new_step is always C (the actual new step being added)
506+
# Note: step_to_insert is always C (the actual new step being added)
507507
# but instruction.step varies (A, B, or C) to indicate which step
508508
# the instruction is about (existing or new)
509509

0 commit comments

Comments
 (0)