Use GetPkmnSpecies instead of GetSpecies
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
e502c950e8
commit
d3e74aeee9
|
@ -31,7 +31,7 @@ TEST_CASE("Able to insert and retrieve from library", "library") {
|
|||
CreatureLib::Core::StatisticSet<uint16_t>(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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue