• Incorrect test?

 

I would like to give some feedback about ...
From: https://py.checkio.org/mission/the-defenders/solve/

Test for "unit_2" below calls Rookie() but there is no mention of this in instructions for mission description.

Failed Test Message:
unit1 = Defender()
unit
2 = Rookie()
fight(unit1, unit2)
unit_1.health
Your result:
76
Right result:
60

.
19