aboutsummaryrefslogtreecommitdiff
path: root/util_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'util_test.go')
-rw-r--r--util_test.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/util_test.go b/util_test.go
new file mode 100644
index 0000000..b40a672
--- /dev/null
+++ b/util_test.go
@@ -0,0 +1,17 @@
+package stfe
+
+import (
+ "testing"
+)
+
+// TODO: TestNewTreeHeadV1FromLogRoot
+func TestNewTreeHeadV1FromLogRoot(t *testing.T) {
+}
+
+// TODO: TestNewNodePathFromHashPath
+func TestNewNodePathFromHashPath(t *testing.T) {
+}
+
+// TODO: TestStItemListFromLeaves
+func TestStItemListFromLeaves(t *testing.T) {
+}