tested clear function

This commit is contained in:
Robin Müller 2021-07-16 22:22:24 +02:00 committed by Robin Mueller
parent 3f1fef4bdf
commit d98313de6c

View File

@ -83,6 +83,9 @@ void Q7STestTask::testScratchApi() {
sif::debug << "Q7STestTask::scratchApiTest: Reading number failed" << std::endl;
}
sif::info << "Q7STestTask::testScratchApi: Value for key \"TEST2\": " << string << std::endl;
result = scratch::clearValue("TEST");
result = scratch::clearValue("TEST2");
}
void Q7STestTask::testJsonLibDirect() {