Skip to content

Commit

Permalink
fix errIncorrectLenghtCertidaoNumber error message
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioltonon authored Jul 17, 2019
1 parent 030fdea commit 0790c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package brazil
import "errors"

var (
errIncorrectLenghtCertidaoNumber = errors.New("Certidão numbers must contain 30 numbers")
errIncorrectLenghtCertidaoNumber = errors.New("Certidão numbers must contain 32 numbers")
errInvalidCertidaoYear = errors.New("Certidão year input is not valid")
errInvalidCertidaoFirstDigit = errors.New("Certidão number first digit input is not valid")
errInvalidCertidaoSecondDigit = errors.New("Certidão number second digit input is not valid")
Expand Down

0 comments on commit 0790c49

Please sign in to comment.