This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 537aa3457627c987b31782ddfdca29dcc5bf9c9c Author: Felix Schumacher <[email protected]> AuthorDate: Sat Oct 10 14:05:43 2020 +0200 No need for public on test classes with JUnit5 --- .../apache/jmeter/protocol/http/util/TestGraphQLRequestParamUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/util/TestGraphQLRequestParamUtils.java b/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/util/TestGraphQLRequestParamUtils.java index 8b614ec..867b283 100644 --- a/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/util/TestGraphQLRequestParamUtils.java +++ b/src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/util/TestGraphQLRequestParamUtils.java @@ -38,7 +38,7 @@ import org.junit.jupiter.params.provider.ValueSource; import com.fasterxml.jackson.core.JsonProcessingException; -public class TestGraphQLRequestParamUtils { +class TestGraphQLRequestParamUtils { private static final String OPERATION_NAME = "";
