mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 10:45:51 +00: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…
x
Reference in New Issue
Block a user