Files
taskwarrior-2.x/binding-tests/uuid.cpp
2022-01-25 02:26:04 +00:00

8 lines
159 B
C++

#include "doctest.h"
#include "taskchampion.h"
TEST_CASE("creating a UUID") {
StoragePtr *storage = storage_new_in_memory();
storage_free(storage);
}