1
0
forked from fsfw/fsfw

fixed unit test

This commit is contained in:
2021-03-09 22:21:27 +01:00
parent 61affafecd
commit e5b3b6d75e
2 changed files with 2 additions and 1 deletions

View File

@ -115,6 +115,7 @@ TEST_CASE("LocalPoolVector" , "[LocPoolVecTest]") {
REQUIRE(readOnlyVec.commit() ==
static_cast<int>(PoolVariableIF::INVALID_READ_WRITE_MODE));
}
poolOwner->reset();
}