Skip to content

Commit decd8c9

Browse files
committed
[bugfix] Remove Collection is not needed as the test uses Temporary Storage
1 parent 35ac408 commit decd8c9

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
@@ -72,7 +72,6 @@ public void setUp() throws Exception {
7272

7373
@After
7474
public void tearDown() throws Exception {
75-
collectionService.removeCollection(testCollection.getName());
7675
testCollection.close();
7776
}
7877

0 commit comments

Comments
 (0)