Skip to content

Commit

Permalink
Fixes closing for transactions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Gasser committed Jan 17, 2024
1 parent 5b74ea0 commit 311a8e9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ abstract class AbstractDatabaseTest {
*/
@AfterEach
protected open fun teardown() {
this.catalogue.close()
TxFileUtilities.delete(this.config.root)
this.execution.shutdownAndWait()
this.manager.shutdown()
}
}

0 comments on commit 311a8e9

Please sign in to comment.