DHB refactor TM handler #669

Closed
muellerr wants to merge 10 commits from mueller/dhb-handle-device-tm into development
Showing only changes of commit 192255df1c - Show all commits

View File

@ -8,6 +8,7 @@ TEST_CASE("Data Wrapper", "[util]") {
util::DataWrapper wrapper;
SECTION("State") {
REQUIRE(wrapper.isNull());
REQUIRE(wrapper.type == util::DataTypes::NONE);
}
SECTION("Set Raw Data") {