mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 14:43:57 +01:00
Fix missing afterAll in ReConnectionTest (#3584)
This commit is contained in:
parent
e62615dc5e
commit
20575bcd68
@ -57,4 +57,9 @@ class ReConnectionTest extends BitcoindRpcTest with CachedBitcoinSAppConfig {
|
||||
|
||||
connectedF
|
||||
}
|
||||
|
||||
override def afterAll(): Unit = {
|
||||
super[CachedBitcoinSAppConfig].afterAll()
|
||||
super[BitcoindRpcTest].afterAll()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user