Skip to content

Commit aec74e3

Browse files
author
Andreas Schildbach
committed
SPVBlockStoreTest: Fix missing close().
1 parent 18e79b5 commit aec74e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/org/bitcoinj/store/SPVBlockStoreTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public void basics() throws Exception {
7373
// Check the chain head was stored correctly also.
7474
StoredBlock chainHead = store.getChainHead();
7575
assertEquals(b1, chainHead);
76+
store.close();
7677
}
7778

7879
@Test(expected = BlockStoreException.class)

0 commit comments

Comments
 (0)