use of org.hyperledger.fabric.sdk.TestConfigHelper in project fabric-sdk-java by hyperledger.
the class ConfigTest method tearclassdown.
@AfterClass
public static final void tearclassdown() throws Exception {
TestConfigHelper sconfigHelper = new TestConfigHelper();
sconfigHelper.clearConfig();
Config.getConfig();
}
Aggregations