CORDA-4034 Shut down node in AuthDBTests (#6714)

This commit is contained in:
Ross Nicoll 2020-09-16 13:10:54 +01:00 committed by GitHub
parent 80bac915ee
commit 0226f7ccb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,6 +215,7 @@ class AuthDBTests : NodeBasedTest() {
@After
fun tearDown() {
node.node.stop()
db.close()
}