mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
CORDA-4034 Shut down node in AuthDBTests (#6714)
This commit is contained in:
@ -215,6 +215,7 @@ class AuthDBTests : NodeBasedTest() {
|
||||
|
||||
@After
|
||||
fun tearDown() {
|
||||
node.node.stop()
|
||||
db.close()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user