mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 20:58:11 +08:00
swap param
This commit is contained in:
parent
17162341c3
commit
980b5ae5ea
@ -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…
Reference in New Issue
Block a user