mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
9 lines
205 B
C++
9 lines
205 B
C++
#include "common/DataStore.hpp"
|
|
#include "test/Test.hpp"
|
|
|
|
TEST_CASE("CDataStore::CDataStore", "[datastore]") {
|
|
SECTION("constructs new data store") {
|
|
CDataStore msg;
|
|
SUCCEED();
|
|
}
|
|
}
|