diff --git a/tests/LibraryTests/SpeciesLibraryTests.cpp b/tests/LibraryTests/SpeciesLibraryTests.cpp index e7f123e..550b3cc 100644 --- a/tests/LibraryTests/SpeciesLibraryTests.cpp +++ b/tests/LibraryTests/SpeciesLibraryTests.cpp @@ -31,7 +31,7 @@ TEST_CASE("Able to insert and retrieve from library", "library") { CreatureLib::Core::StatisticSet(100, 100, 100, 100, 100, 100), {"testAbility"}, {"testHiddenAbility"}, new CreatureLib::Library::LearnableAttacks(100)), 0.5f, "testGrowthRate", 100, 100)); - auto val = lib->GetSpecies("foo"); + auto val = lib->GetPkmnSpecies("foo"); REQUIRE(val->GetName() == "foo"); delete lib; }