Skip to content

Commit

Permalink
Fix DelegateCallOperationSuite tests (#8883)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Lebedev <[email protected]>
  • Loading branch information
thenswan authored Sep 28, 2023
1 parent 1affef2 commit ccad5e9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import static com.hederahashgraph.api.proto.java.ResponseCodeEnum.INVALID_SOLIDITY_ADDRESS;
import static com.hederahashgraph.api.proto.java.ResponseCodeEnum.SUCCESS;

import com.hedera.services.bdd.junit.HapiTest;
import com.hedera.services.bdd.junit.HapiTestSuite;
import com.hedera.services.bdd.spec.HapiPropertySource;
import com.hedera.services.bdd.spec.HapiSpec;
Expand Down Expand Up @@ -53,6 +54,7 @@ public boolean canRunConcurrent() {
return true;
}

@HapiTest
HapiSpec verifiesExistence() {
final var contract = "CallOperationsChecker";
final var INVALID_ADDRESS = "0x0000000000000000000000000000000000123456";
Expand Down

0 comments on commit ccad5e9

Please sign in to comment.