additional doc

This commit is contained in:
Robin Müller 2021-01-10 15:04:47 +01:00
parent 63ce87acab
commit 4bfbeead00
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ TEST_CASE("LocalPoolManagerTest" , "[LocManTest]") {
}
SECTION("AdvancedTests") {
// we need to reset the subscription list because the pool owner
// is a global object.
poolOwner->resetSubscriptionList();
// Subscribe for variable update as well
REQUIRE(not poolOwner->dataset.hasChanged());