menghaoranss commented on a change in pull request #4549: add unit test for
YamlOrchestrationConfiguration
URL:
https://github.com/apache/incubator-shardingsphere/pull/4549#discussion_r386178203
##########
File path:
sharding-orchestration/sharding-orchestration-center/sharding-orchestration-center-api/src/test/java/org/apache/shardingsphere/orchestration/center/yaml/config/YamlOrchestrationConfigurationTest.java
##########
@@ -0,0 +1,19 @@
+package org.apache.shardingsphere.orchestration.center.yaml.config;
+
+import org.junit.Test;
+
+import java.util.HashMap;
+import java.util.Map;
+
+import static org.hamcrest.CoreMatchers.is;
+import static org.junit.Assert.assertThat;
+
+public class YamlOrchestrationConfigurationTest {
Review comment:
class should be final
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services