Browse Source

swap param

pull/2/head
xiaochun.liu 4 years ago
parent
commit
0ed6156b22
  1. 2
      dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/ResInfoTest.java

2
dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/ResInfoTest.java

@ -25,7 +25,7 @@ public class ResInfoTest {
@Test
public void testGetHeartBeatInfo() {
String info = ResInfo.getHeartBeatInfo(new Date());
Assert.assertEquals(7, info.split(",").length, );
Assert.assertEquals(7, info.split(",").length);
}
@Test

Loading…
Cancel
Save