diff --git a/sdk/src/testIntegration/java/org/hiero/sdk/test/integration/MirrorNodeContractQueryIntegrationTest.java b/sdk/src/testIntegration/java/org/hiero/sdk/test/integration/MirrorNodeContractQueryIntegrationTest.java index e1310ca15..9e4f026ae 100644 --- a/sdk/src/testIntegration/java/org/hiero/sdk/test/integration/MirrorNodeContractQueryIntegrationTest.java +++ b/sdk/src/testIntegration/java/org/hiero/sdk/test/integration/MirrorNodeContractQueryIntegrationTest.java @@ -100,8 +100,8 @@ void canSimulateTransaction() throws Exception { } @Test - @DisplayName("Fails when contract is not deployed") - void returnsDefaultGasWhenContractIsNotDeployed() throws Exception { + @DisplayName("Returns default values when contract is not deployed") + void returnsDefaultValuesWhenContractIsNotDeployed() throws Exception { try (var testEnv = new IntegrationTestEnv(1)) { var defaultGas = 22892; var contractId = new ContractId(1231456);