mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
feat(datastore): add dtor for CDataStoreCache
This commit is contained in:
parent
7536dd706c
commit
467c0366e1
2 changed files with 33 additions and 0 deletions
|
|
@ -136,3 +136,10 @@ TEST_CASE("CDataStore::Size", "[datastore]") {
|
|||
REQUIRE(msg.Size() == 3);
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("CDataStoreCache<1024>::CDataStoreCache<1024>", "[datastore]") {
|
||||
SECTION("constructs new data store") {
|
||||
CDataStoreCache<1024> msg;
|
||||
SUCCEED();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue