Skip to content

Commit

Permalink
enable test to work with modularize code FetchSystemFiles (#8289)
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Povolotsky <[email protected]>
  • Loading branch information
povolev15 authored Aug 31, 2023
1 parent b3e5a7b commit b3328e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import static com.hedera.services.bdd.spec.HapiSpec.customHapiSpec;
import static com.hedera.services.bdd.spec.queries.QueryVerbs.getFileContents;

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.suites.HapiSuite;
Expand Down Expand Up @@ -49,6 +50,7 @@ public List<HapiSpec> getSpecsInSuite() {
}

/** Fetches the system files from a running network and saves them to the local file system. */
@HapiTest
private HapiSpec fetchFiles() {
return customHapiSpec("FetchFiles")
.withProperties(Map.of(
Expand Down

0 comments on commit b3328e2

Please sign in to comment.