diff --git a/src/test/clj/org/domaindrivenarchitecture/activity_pub_poc/parser_test.clj b/src/test/clj/org/domaindrivenarchitecture/activity_pub_poc/parser_test.clj index a2a6b60..fe75c34 100644 --- a/src/test/clj/org/domaindrivenarchitecture/activity_pub_poc/parser_test.clj +++ b/src/test/clj/org/domaindrivenarchitecture/activity_pub_poc/parser_test.clj @@ -28,6 +28,9 @@ ;ToDo ; spec für eine property: as:name -; test für (defn ttl-file element-name [spezified predicates]) -> (str spec) +; test für (defn get-spec-from-ttl ttl-file element-name [spezified predicates]) -> (str spec) + +; ToDo +; spec generator ; das gleiche für as:actor \ No newline at end of file