We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a21ae commit bf808d5Copy full SHA for bf808d5
platform-control-center/src/test/java/com/flow/platform/cc/test/service/AgentServiceTest.java
@@ -255,8 +255,7 @@ public void should_delete_agent() throws Exception{
255
agentService.saveWithStatus(created, AgentStatus.BUSY);
256
257
agentService.delete(created);
258
-
259
- Assert.assertEquals(0, agentService.list(zoneName).size());
+ Assert.assertNull(agentService.find(new AgentPath(zoneName, agentName)));
260
261
}
262
0 commit comments