I'm stuck on this test.
unit1 = Defender() unit2 = Rookie() fight(unit1, unit2) unit_1.health AttributeError: can't set attribute, init, 46, , 49
because there was no class Rookie in this mission.