Skip to content

Commit

Permalink
Handle memory leaks from Mockito inline mocks (#17104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Jain authored Sep 18, 2024
1 parent a63ac25 commit 52929ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ public List<? extends com.fasterxml.jackson.databind.Module> getJacksonModules()
@AfterEach
public void tearDown2()
{
Mockito.framework().clearInlineMocks();
groupByBuffers.close();
}

Expand Down

0 comments on commit 52929ed

Please sign in to comment.