def test_get_name(self):
        champ = ChampionData(
            champion_name="cats"
        )

        assert champ.get_name() == "cats"