Skip to content

Commit

Permalink
Fix spelling of test name (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jan 2, 2024
1 parent be8849e commit 4f67bac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class WaitForBuildStepTest {
j.assertLogContains("'ds' completed with status " + dsResult.toString(), completedUsRun);
}

@Test public void waitForBuildPropagte() throws Exception {
@Test public void waitForBuildPropagate() throws Exception {
Result dsResult = Result.FAILURE;
WorkflowJob ds = createWaitingDownStreamJob("wait", dsResult);
WorkflowJob us = j.jenkins.createProject(WorkflowJob.class, "us");
Expand Down

0 comments on commit 4f67bac

Please sign in to comment.