diff --git a/src/test/java/lib/gecom/agent/GeAgentTest.java b/src/test/java/lib/gecom/agent/GeAgentTest.java index 69f50f03..d45c1b7d 100644 --- a/src/test/java/lib/gecom/agent/GeAgentTest.java +++ b/src/test/java/lib/gecom/agent/GeAgentTest.java @@ -19,8 +19,6 @@ public void test() { eat.getPreconditions().put("hungry", 1); eat.getEffects().put("hungry", 0); - final List listOfPossibleActions = List.of(eat); - final GeGoal getFull = GeGoal.builder().build(); getFull.getStatesToReach().put("hungry", 0);