Breaking change: rework of talents.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -4,12 +4,6 @@
|
||||
#include "../../extern/doctest.hpp"
|
||||
#include "../TestLibrary/TestLibrary.hpp"
|
||||
|
||||
TEST_CASE("Can Create Species Library") {
|
||||
auto l = TestLibrary::BuildSpeciesLibrary();
|
||||
REQUIRE(l != nullptr);
|
||||
delete l;
|
||||
}
|
||||
|
||||
TEST_CASE("Can Create Attack Library") {
|
||||
auto l = TestLibrary::BuildAttackLibrary();
|
||||
REQUIRE(l != nullptr);
|
||||
|
||||
Reference in New Issue
Block a user