additional test
This commit is contained in:
parent
bdd79d060d
commit
192255df1c
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user