create / free replicas, plus error handling

This commit is contained in:
Dustin J. Mitchell
2022-01-23 17:24:54 +00:00
parent 33f5f056b1
commit ce56127bbf
9 changed files with 132 additions and 30 deletions

View File

@@ -1,7 +0,0 @@
#include "doctest.h"
#include "taskchampion.h"
TEST_CASE("creating a UUID") {
StoragePtr *storage = storage_new_in_memory();
storage_free(storage);
}