repair a test case bug

This commit is contained in:
pengys5 2017-04-09 22:51:52 +08:00
parent 5f06220124
commit 1e1cd12c49
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class ConfigInitializerTestCase {
Assert.assertEquals("127.0.0.1", ClusterConfig.Cluster.Current.hostname);
Assert.assertEquals("1000", ClusterConfig.Cluster.Current.port);
Assert.assertEquals("Test, Test1", ClusterConfig.Cluster.Current.roles);
Assert.assertEquals("WorkersListener", ClusterConfig.Cluster.Current.roles);
Assert.assertEquals("127.0.0.1:1000", ClusterConfig.Cluster.seed_nodes);
}