Skip to content

Commit

Permalink
Removed 1 unnecessary stubbings in ChangesSinceLastUnstableBuildMacro…
Browse files Browse the repository at this point in the history
…Test.java
  • Loading branch information
ARUS2023 committed Oct 20, 2023
1 parent 59d0778 commit 8677d43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ private AbstractBuild createBuild(Result result, int buildNumber, String message
AbstractBuild build = mock(AbstractBuild.class);
when(build.getResult()).thenReturn(result);
ChangeLogSet changes1 = createChangeLog(message);
when(build.getChangeSet()).thenReturn(changes1);
when(build.getChangeSets()).thenReturn(Collections.singletonList(changes1));
when(build.getNumber()).thenReturn(buildNumber);

Expand Down

0 comments on commit 8677d43

Please sign in to comment.