diff --git a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/PrecompileContractFeature.java b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/PrecompileContractFeature.java index 2841dd5ee9a..b368d9774a4 100644 --- a/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/PrecompileContractFeature.java +++ b/hedera-mirror-test/src/test/java/com/hedera/mirror/test/e2e/acceptance/steps/PrecompileContractFeature.java @@ -710,10 +710,10 @@ public void getCustomFeesForFungibleTokenRoyaltyFee() throws Exception { assertThat(royaltyFee.get(5).toString().toLowerCase()) .isEqualTo("0x" + tokenClient - .getSdkClient() - .getExpandedOperatorAccountId() - .getAccountId() - .toSolidityAddress()); + .getSdkClient() + .getExpandedOperatorAccountId() + .getAccountId() + .toSolidityAddress()); } // ETHCALL-034 @@ -732,10 +732,10 @@ public void getCustomFeesForFungibleTokenRoyaltyFeeAndFallback() throws Exceptio assertThat(royaltyFee.get(5).toString().toLowerCase()) .hasToString("0x" + tokenClient - .getSdkClient() - .getExpandedOperatorAccountId() - .getAccountId() - .toSolidityAddress()); + .getSdkClient() + .getExpandedOperatorAccountId() + .getAccountId() + .toSolidityAddress()); } private void tokenKeyCheck(final Tuple result) {