diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-17 20:28:23 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-17 20:28:23 +0100 |
commit | 7ec441fc3362ff1cdf9161352adb9aa57ed5c438 (patch) | |
tree | 44a1109acf1ae18eb1a6572f79dab33984323bff | |
parent | 8679d703aa3da8fe94246a4a31a563c0f763816e (diff) |
removed quick test
-rw-r--r-- | instance_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/instance_test.go b/instance_test.go index 57dee82..51f7a35 100644 --- a/instance_test.go +++ b/instance_test.go @@ -10,10 +10,6 @@ import ( "github.com/system-transparency/stfe/x509util" ) -func TestNewLogParameters(t *testing.T) { - makeTestLogParameters(t, nil) -} - func makeTestLogParameters(t *testing.T, signer crypto.Signer) *LogParameters { anchorList, err := x509util.NewCertificateList(testdata.PemAnchors) if err != nil { |