We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdfc20 commit d48953dCopy full SHA for d48953d
1 file changed
fabric-chaincode-shim/src/test/java/org/hyperledger/fabric/shim/ChaincodeBaseTest.java
@@ -49,7 +49,7 @@ public class ChaincodeBaseTest {
49
public ExpectedException thrown = ExpectedException.none();
50
51
@AfterEach
52
- void clearEnv() {
+ public void clearEnv() {
53
environmentVariables.clear("CORE_CHAINCODE_ID_NAME");
54
environmentVariables.clear("CORE_PEER_ADDRESS");
55
environmentVariables.clear("CORE_PEER_TLS_ENABLED");
0 commit comments