From d2a37fc8afe359fc9bca6f5f67d9d976a8675803 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Mon, 30 Nov 2020 19:31:17 +0100 Subject: made a few tests more robust and found error --- type_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'type_test.go') 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 -- cgit v1.2.3