Skip to content

Commit

Permalink
Reworked test.
Browse files Browse the repository at this point in the history
  • Loading branch information
bziobrowski committed Jan 9, 2025
1 parent e274071 commit 3b31c5f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ public void setUp()
@AfterClass
public void tearDown()
throws IOException {
_memManager.close();
if (_memManager != null) {
_memManager.close();
}
}

@Test
Expand Down

0 comments on commit 3b31c5f

Please sign in to comment.