diff --git a/sign/schemes/wycheproof_test.go b/sign/schemes/wycheproof_test.go index 651fe388..940c8bb3 100644 --- a/sign/schemes/wycheproof_test.go +++ b/sign/schemes/wycheproof_test.go @@ -27,8 +27,8 @@ type TestGroup struct { PrivateKey test.HexBytes `json:"privateKey"` PrivateSeed test.HexBytes `json:"privateSeed"` PublicKey test.HexBytes `json:"publicKey"` - Tests []Test `json:"tests"` - Type string `json:"type"` + Tests []Test `json:"tests"` + Type string `json:"type"` } type TestSet struct {