Browse Source

swap param

pull/2/head
xiaochun.liu 5 years ago
parent
commit
980b5ae5ea
  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(info.split(",").length, 7);
Assert.assertEquals(7, info.split(",").length, );
}
@Test

Loading…
Cancel
Save