Skip to content

Commit

Permalink
fix: only enable TargetNetworkPrep suite (#10410)
Browse files Browse the repository at this point in the history
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
  • Loading branch information
petreze committed Dec 11, 2023
1 parent 3ec27bc commit ff96c7f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
import static com.hedera.services.bdd.suites.records.RecordCreationSuite.STAKING_FEES_STAKING_REWARD_PERCENTAGE;

import com.hedera.node.app.hapi.utils.fee.FeeObject;
import com.hedera.services.bdd.junit.HapiTest;
import com.hedera.services.bdd.junit.HapiTestSuite;
import com.hedera.services.bdd.spec.HapiSpec;
import com.hedera.services.bdd.spec.HapiSpecOperation;
Expand Down Expand Up @@ -73,6 +74,7 @@ public List<HapiSpec> getSpecsInSuite() {
return List.of(ensureSystemStateAsExpectedWithSystemDefaultFiles());
}

@HapiTest
private HapiSpec ensureSystemStateAsExpectedWithSystemDefaultFiles() {
final var emptyKey =
Key.newBuilder().setKeyList(KeyList.getDefaultInstance()).build();
Expand Down

0 comments on commit ff96c7f

Please sign in to comment.