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 19b2900 commit aa82ec4Copy full SHA for aa82ec4
aima-core/src/test/java/aima/test/core/unit/search/framework/SolutionCheckerTest.java
@@ -40,7 +40,7 @@ public void testMultiGoalProblem() throws Exception {
40
Assert.assertEquals(5, agent.getActions().size());
41
Assert.assertEquals("14",
42
agent.getInstrumentation().getProperty("nodesExpanded"));
43
- Assert.assertEquals("3", // "1" for GraphSearchReducedFrontier
+ Assert.assertEquals("4", // "1" for GraphSearchReducedFrontier
44
agent.getInstrumentation().getProperty("queueSize"));
45
Assert.assertEquals("7", // "5" for GraphSearchReducedFrontier
46
agent.getInstrumentation().getProperty("maxQueueSize"));
0 commit comments