Skip to content

Commit

Permalink
Use asEntityString()
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tinker <[email protected]>
  • Loading branch information
tinker-michaelj committed Feb 18, 2025
1 parent 2b3a0b9 commit 20ae94d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import static com.hedera.services.bdd.junit.RepeatableReason.NEEDS_SYNCHRONOUS_HANDLE_WORKFLOW;
import static com.hedera.services.bdd.junit.TestTags.CRYPTO;
import static com.hedera.services.bdd.spec.HapiPropertySource.asContractString;
import static com.hedera.services.bdd.spec.HapiPropertySource.asEntityString;
import static com.hedera.services.bdd.spec.HapiPropertySource.asSolidityAddress;
import static com.hedera.services.bdd.spec.HapiSpec.hapiTest;
import static com.hedera.services.bdd.spec.assertions.AccountDetailsAsserts.accountDetailsWith;
Expand Down Expand Up @@ -256,7 +257,7 @@ final Stream<DynamicTest> getsInsufficientPayerBalanceIfSendingAccountCanPayEver
sourcing(() -> contractCustomCreate(EMPTY_CONSTRUCTOR_CONTRACT, "Clone")
.gas(gasToOffer)
.payingWith(civilian)
.setNode("0.0.4")
.setNode(asEntityString(4))
.balance(maxSendable.get())
.hasKnownStatus(INSUFFICIENT_PAYER_BALANCE)));
}
Expand Down

0 comments on commit 20ae94d

Please sign in to comment.