1
0
forked from fsfw/fsfw

fixes for unit tests

This commit is contained in:
2021-02-28 13:56:16 +01:00
parent 36039266ee
commit 35d8453b48
4 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,7 @@ TEST_CASE("LocalDataSet" , "[LocDataSetTest]") {
== retval::CATCH_OK);
const uint32_t setId = 0;
SECTION("BasicTest") {
StaticLocalDataSet<3> localSet = StaticLocalDataSet<3>(
sid_t(objects::TEST_LOCAL_POOL_OWNER_BASE, setId));
StaticLocalDataSet<3> localSet(sid_t(objects::TEST_LOCAL_POOL_OWNER_BASE, setId));
}
}