Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy committed Jan 4, 2025
1 parent 2d6204e commit 02dd101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void testGetJobConfigs() throws Exception {

//one project and one deleted project.
jenkinsRule.createFreeStyleProject("Test2").delete();
assertEquals(6, createSut().getJobConfigs("").size());
assertEquals(5, createSut().getJobConfigs("").size());
assertEquals(1, createSut().getJobConfigs("deleted").size());
}

Expand Down

0 comments on commit 02dd101

Please sign in to comment.