Style fixes for tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-06-07 23:35:28 +02:00
parent a05a9ac76d
commit 09773be617
12 changed files with 11 additions and 16 deletions

View File

@@ -8,7 +8,6 @@ TEST_CASE("Able to build and destroy empty library") {
delete lib;
}
REGISTER_EXCEPTION_TRANSLATOR(ArbUt::Exception& ex) {
return {(std::string(ex.what()) + "\n" + ex.GetStacktrace()).c_str()};
}

View File

@@ -2,6 +2,4 @@
#include <doctest.h>
#include "../../src/Library/Species/PokemonSpecies.hpp"
#endif