Browse Source

swap param

xiaochun.liu 5 years ago
parent
commit
980b5ae5ea

+ 1 - 1
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