riddlesio / issues

Bug reports and starter bot submissions for the Riddles.io platform
0 stars 0 forks source link

Explode bombs test fails (Ms. Hack-Man 2) #85

Closed tombsar closed 6 years ago

tombsar commented 6 years ago

I'm trying to build the Ms. Hack-Man 2 engine to run on my local machine, but the "explode bombs" test is failing. The test asserts that getBombs().size() == 1, but the engine returns 6.

Possibly related to the previous issues regarding bombs; do exploded bombs now remain in the bomb list where they were previously removed? If so, the test needs updating.

JimVanEeden commented 6 years ago

Done :) cleanUpBombs needed to be called.