aboutsummaryrefslogtreecommitdiff
path: root/type_test.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-11-30 19:31:17 +0100
committerRasmus Dahlberg <rasmus.dahlberg@kau.se>2020-11-30 19:31:17 +0100
commitd2a37fc8afe359fc9bca6f5f67d9d976a8675803 (patch)
treebd2d2158878878b248f6f8aeb50efcdd4abf8e39 /type_test.go
parent317b64b20bb44c37f6aef0008e65b18ab806cd51 (diff)
made a few tests more robust and found error
Diffstat (limited to 'type_test.go')
-rw-r--r--type_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/type_test.go b/type_test.go
index e8dce00..abfc280 100644
--- a/type_test.go
+++ b/type_test.go
@@ -20,8 +20,8 @@ var (
testTreeSizeLarger = uint64(256)
testTimestamp = uint64(0)
testProof = [][]byte{
- make([]byte, 32),
- make([]byte, 32),
+ testNodeHash,
+ testNodeHash,
}
testIndex = uint64(0)
testSignatureScheme = tls.Ed25519