Skip to content

Commit

Permalink
Test possible fix for broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyHMCTS committed Dec 8, 2023
1 parent 033f24a commit 4000743
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DefendantAccountServiceTest {

@BeforeEach
void setUp() {
MockitoAnnotations.initMocks(this);
AutoCloseable autoCloseable = MockitoAnnotations.openMocks(this);
}

@Test
Expand Down

0 comments on commit 4000743

Please sign in to comment.