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 76b98d7 commit c76ff36Copy full SHA for c76ff36
src/test/java/eu/iv4xr/framework/exampleTestAgentUsage/miniDungeon/TPJ/Experiment1.java
@@ -96,7 +96,7 @@ void testRandom() throws Exception {
96
}
97
98
99
- @Disabled
+ //@Disabled
100
@Test
101
void testShrineWithSinglePlayer() throws Exception {
102
for(int k=0; k<shrineTestConfigs.length; k++) {
@@ -115,7 +115,7 @@ void testShrineWithSinglePlayer() throws Exception {
115
runTest("shrineTest_singleplayer_" + config.configname + "_" + smeagol.getId(),
116
smeagol,null,
117
config,
118
- new ShrineCleanTester().cleanseAllShrines(frodo, config.numberOfMaze),
+ new ShrineCleanTester().cleanseAllShrines(smeagol, config.numberOfMaze),
119
null,
120
shrineTestBudget,
121
true,true) ;
0 commit comments