Skip to content
This repository was archived by the owner on Aug 23, 2020. It is now read-only.

Commit 3ac580b

Browse files
author
Brord van Wierst
committed
Fixed test method usage
1 parent 91d0a03 commit 3ac580b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/com/iota/iri/service/transactionpruning/PrunedTransactionVerifierImplTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
public class PrunedTransactionVerifierImplTest {
2424

25-
private static final Hash A = TransactionTestUtils.getRandomTransactionHash();
26-
private static final Hash B = TransactionTestUtils.getRandomTransactionHash();
25+
private static final Hash A = TransactionTestUtils.getTransactionHash();
26+
private static final Hash B = TransactionTestUtils.getTransactionHash();
2727

2828
@Rule
2929
public MockitoRule mockitoRule = MockitoJUnit.rule();

0 commit comments

Comments
 (0)