diff --git a/signature/errors_test.go b/signature/errors_test.go index 052c4584..3dd5d9bb 100644 --- a/signature/errors_test.go +++ b/signature/errors_test.go @@ -165,7 +165,7 @@ func TestSignatureIntegrityError(t *testing.T) { } } -func TestSignatureNotFoundError(t *testing.T) { +func TestSignatureEnvelopeNotFoundError(t *testing.T) { err := &SignatureEnvelopeNotFoundError{} expectMsg := "signature envelope is not present"