1
0
forked from fsfw/fsfw

tiny improvementst

This commit is contained in:
2021-03-10 17:46:36 +01:00
parent 596d3bc68a
commit 30910034f0
2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@
#include <unittest/core/CatchDefinitions.h>
TEST_CASE("LocalDataSet" , "[LocDataSetTest]") {
TEST_CASE("DataSetTest" , "[DataSetTest]") {
LocalPoolOwnerBase* poolOwner = objectManager->
get<LocalPoolOwnerBase>(objects::TEST_LOCAL_POOL_OWNER_BASE);
REQUIRE(poolOwner != nullptr);