Skip to content

Commit

Permalink
refactor: drop unused test data
Browse files Browse the repository at this point in the history
Signed-off-by: Franklin Delehelle <[email protected]>
Signed-off-by: Daniel Lehrner <[email protected]>
  • Loading branch information
delehef authored and daniellehrner committed Dec 20, 2023
1 parent b50ad30 commit 21890e9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ void shouldTraceEndTxOnFailingTransaction(final Exception exception) {
Address senderAddress = Address.fromHexString("0x5555555555555555555555555555555555555555");
Address coinbaseAddress = Address.fromHexString("0x4242424242424242424242424242424242424242");

when(receiverAccount.getCode()).thenReturn(Bytes.fromHexString("0x600101"));

when(transaction.getTo()).thenReturn(toAddress);
when(transaction.getHash()).thenReturn(Hash.EMPTY);
when(transaction.getPayload()).thenReturn(Bytes.EMPTY);
Expand Down

0 comments on commit 21890e9

Please sign in to comment.