Skip to content

Commit d48953d

Browse files
committed
[FABCJ-214] - Java chaincode gRPC server
make cleanEnv method public to avoid checkstyle issues Signed-off-by: Oleksandr Yamkovyi <[email protected]>
1 parent 0fdfc20 commit d48953d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabric-chaincode-shim/src/test/java/org/hyperledger/fabric/shim/ChaincodeBaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class ChaincodeBaseTest {
4949
public ExpectedException thrown = ExpectedException.none();
5050

5151
@AfterEach
52-
void clearEnv() {
52+
public void clearEnv() {
5353
environmentVariables.clear("CORE_CHAINCODE_ID_NAME");
5454
environmentVariables.clear("CORE_PEER_ADDRESS");
5555
environmentVariables.clear("CORE_PEER_TLS_ENABLED");

0 commit comments

Comments
 (0)