Skip to content

Commit 079e8f7

Browse files
author
Sergiu Oprea
committed
update check run github even subscriber tests
1 parent 13f040c commit 079e8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/jenkins/plugins/checks/github/CheckRunGHEventSubscriberTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ void shouldNotScheduleRerunWhenUserDoesNotHaveRequiredRole() throws IOException
230230
SCMFacade scmFacade = mock(SCMFacade.class);
231231
GitHubStatusChecksProperties githubStatusChecksProperties = mock(GitHubStatusChecksProperties.class);
232232
User user = mock(User.class);
233-
List<String> userRoles = Collections.<String>emptyList();;
233+
List<String> userRoles = Collections.<String>emptyList();
234234

235235
when(jenkinsFacade.getBuild("codingstyle/PR-1#2")).thenReturn(Optional.of(run));
236236
when(jenkinsFacade.getFullNameOf(job)).thenReturn("codingstyle/PR-1");

0 commit comments

Comments
 (0)