diff options
Diffstat (limited to 'trillian_test.go')
-rw-r--r-- | trillian_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/trillian_test.go b/trillian_test.go index 66ad647..7b26bb9 100644 --- a/trillian_test.go +++ b/trillian_test.go @@ -1,8 +1,8 @@ package stfe import ( - "testing" "fmt" + "testing" "github.com/google/trillian" "github.com/system-transparency/stfe/server/testdata" @@ -31,7 +31,6 @@ func TestCheckGetConsistencyProof(t *testing.T) { func TestCheckGetLatestSignedLogRoot(t *testing.T) { } - // makeTrillianQueueLeafResponse creates a valid trillian QueueLeafResponse // for a package `name` where the checksum is all zeros (32 bytes). The pemKey // is a PEM-encoded ed25519 signing key, and pemChain its certificate chain. |