Skip to content

Commit

Permalink
[bugfix] Remove Collection is not needed as the test uses Temporary S…
Browse files Browse the repository at this point in the history
…torage
  • Loading branch information
adamretter committed Oct 20, 2024
1 parent ea20ed4 commit 1d4696a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public void setUp() throws Exception {

@After
public void tearDown() throws Exception {
collectionService.removeCollection(testCollection.getName());
testCollection.close();
}

Expand Down

0 comments on commit 1d4696a

Please sign in to comment.