Skip to content

Commit

Permalink
Fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed May 28, 2021
1 parent ac6de3a commit 1561d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class FeeCalculationServiceTest extends BaseTest {
TransactionService transactionService;

@InjectMocks
UtxoTransactionBuilder utxoTransactionBuilder;
UtxoTransactionBuilderImpl utxoTransactionBuilder;

@InjectMocks
TransactionHelperService transactionHelperService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class UtxoTransactionBuilderTest {
TransactionService transactionService;

@InjectMocks
UtxoTransactionBuilder utxoTransactionBuilder;
UtxoTransactionBuilderImpl utxoTransactionBuilder;

ObjectMapper objectMapper = new ObjectMapper();

Expand Down

0 comments on commit 1561d4a

Please sign in to comment.