mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +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.
|
// Check the chain head was stored correctly also.
|
||||||
StoredBlock chainHead = store.getChainHead();
|
StoredBlock chainHead = store.getChainHead();
|
||||||
assertEquals(b1, chainHead);
|
assertEquals(b1, chainHead);
|
||||||
|
store.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(expected = BlockStoreException.class)
|
@Test(expected = BlockStoreException.class)
|
||||||
|
Loading…
Reference in New Issue
Block a user