Skip to content

Commit

Permalink
Update GitHubServiceImplTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkhanh-axonivy committed Jul 25, 2024
1 parent f4cd801 commit bacb5ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class GitHubServiceImplTest {
@BeforeEach
public void setUp() {
MockitoAnnotations.openMocks(this);
when(restTemplateBuilder.build()).thenReturn(restTemplate);
lenient().when(restTemplateBuilder.build()).thenReturn(restTemplate);
}

@Test
Expand Down

0 comments on commit bacb5ff

Please sign in to comment.