mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
CORDA-4034 Shut down node in AuthDBTests (#6714)
This commit is contained in:
parent
80bac915ee
commit
0226f7ccb9
@ -215,6 +215,7 @@ class AuthDBTests : NodeBasedTest() {
|
||||
|
||||
@After
|
||||
fun tearDown() {
|
||||
node.node.stop()
|
||||
db.close()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user