TransactionTest: fix context not initialized

This commit is contained in:
Andreas Schildbach 2022-08-01 00:24:00 +02:00
parent 1dd53f713f
commit 5293901cae

View File

@ -76,6 +76,7 @@ public class TransactionTest {
@Before
public void setUp() {
tx = FakeTxBuilder.createFakeTx(UNITTEST);
Context.propagate(new Context());
}
@Test(expected = VerificationException.EmptyInputsOrOutputs.class)