1
0
forked from fsfw/fsfw

test bugfixes and new reset function

This commit is contained in:
2021-02-28 14:35:10 +01:00
parent d79f0e1172
commit 828115a566
4 changed files with 87 additions and 7 deletions

View File

@ -118,6 +118,8 @@ TEST_CASE("LocalPoolVariable" , "[LocPoolVarTest]") {
lpool::uint8VarId);
}
CHECK(poolOwner->reset() == retval::CATCH_OK);
}