Skip to content

Commit 9ef85e6

Browse files
committed
[bugfix] Remove Collection is not needed as the test uses Temporary Storage
1 parent bf4675f commit 9ef85e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exist-core/src/test/java/org/exist/xquery/update/UpdateInsertTriggersDefragTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public void setUp() throws Exception {
6262

6363
@After
6464
public void tearDown() throws Exception {
65-
collectionService.removeCollection(testCollection.getName());
6665
testCollection.close();
6766
}
6867

0 commit comments

Comments
 (0)