aboutsummaryrefslogtreecommitdiff
path: root/types/types_test.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-06-06 11:06:17 +0200
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2021-06-06 11:06:17 +0200
commit0285454c34b0b3003bc8ede3e304b843ad949be8 (patch)
tree630b89c85defa3aaf8f4cc2037f31dab0f3d2cbd /types/types_test.go
parentebd9efbf32065baa261b2af1625991100ed23bf7 (diff)
added state manager with tests
Diffstat (limited to 'types/types_test.go')
-rw-r--r--types/types_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/types/types_test.go b/types/types_test.go
index 22a03d4..da89c59 100644
--- a/types/types_test.go
+++ b/types/types_test.go
@@ -52,7 +52,7 @@ func TestEndpointPath(t *testing.T) {
}
}
-func TestTreeHeadSign(t *testing.T) {}
-func TestTreeHeadVerify(t *testing.T) {}
-func TestInclusionProofVerify(t *testing.T) {}
+func TestTreeHeadSign(t *testing.T) {}
+func TestTreeHeadVerify(t *testing.T) {}
+func TestInclusionProofVerify(t *testing.T) {}
func TestConsistencyProofVerify(t *testing.T) {}