• Incompatible checkio invokation

Question related to mission Bats Bunker

  I would like to give some feedback about a bug I founded during my run&check. In the fourth extra test, the invokation in the UI seems to be 

checkio(["BWA-B-","-W----","-WW-B-","-W---B","--B---","B-B---"])

However, within the code, the variable passed is actually (obtained by print(bunker))
checkio(['B---B-', '-WWW-B', '-WA--B', '-W-B--', '-WWW-B', 'B-BWB-'])

Due to this, my solution is not passing the test, since what is expected is different.
11