mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
SPVBlockStoreTest: Fix missing close().
This commit is contained in:
parent
18e79b58b8
commit
aec74e344b
@ -73,6 +73,7 @@ public class SPVBlockStoreTest {
|
||||
// Check the chain head was stored correctly also.
|
||||
StoredBlock chainHead = store.getChainHead();
|
||||
assertEquals(b1, chainHead);
|
||||
store.close();
|
||||
}
|
||||
|
||||
@Test(expected = BlockStoreException.class)
|
||||
|
Loading…
Reference in New Issue
Block a user