Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: with_high_message expects a custom validation message too #1623

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 22, 2024

  1. fix: with_high_message expects a custom validation message too

    The only impact being in the generated documentation (via
    description_clauses_for_qualifiers):
    
    before:
    
    > is expected to validate that Y lies inside the range R
    
    after
    
    > is expected to validate that X lies inside the range R producing a
    custom validation error on failure
    
    As with_low_message already does.
    freesteph committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    59149c2 View commit details
    Browse the repository at this point in the history