diff --git a/internal/musig2v040/musig2_test.go b/internal/musig2v040/musig2_test.go index 47fd71c76d..42e84c7818 100644 --- a/internal/musig2v040/musig2_test.go +++ b/internal/musig2v040/musig2_test.go @@ -399,7 +399,7 @@ type jsonTweakSignCase struct { AggNonce string `json:"agg_nonce"` ExpectedSig string `json:"expected_sig"` - ExpectedError string `json:"expected_error` + ExpectedError string `json:"expected_error"` } type jsonSignTestCase struct {