mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 14:50:57 +01:00
TransactionTest: fix context not initialized
This commit is contained in:
parent
1dd53f713f
commit
5293901cae
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ public class TransactionTest {
|
|||
@Before
|
||||
public void setUp() {
|
||||
tx = FakeTxBuilder.createFakeTx(UNITTEST);
|
||||
Context.propagate(new Context());
|
||||
}
|
||||
|
||||
@Test(expected = VerificationException.EmptyInputsOrOutputs.class)
|
||||
|
|
Loading…
Add table
Reference in a new issue