Skip to content

Commit

Permalink
Addressing comments
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhartha Bingi <[email protected]>
  • Loading branch information
Siddhartha Bingi committed Feb 4, 2025
1 parent 6b1d2b1 commit 6b79b68
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,9 @@ public void testWorkflowStateCRUD() throws Exception {
String otherModelId = resourcesCreated.get(1).get("resource_id").toString();
assertNotNull(otherModelId);

String otherModelGroupId = resourcesCreated.get(2).get("resource_id").toString();
assertNotNull(otherModelGroupId);

String otherAgentId = resourcesCreated.get(3).get("resource_id").toString();
assertNotNull(otherAgentId);

Expand Down

0 comments on commit 6b79b68

Please sign in to comment.