public void EquipActionCallsCorrectActorAction() { var action = new Equip(_testPlayer, ""); Assert.Equal("equip", action.Do().ToString()); }