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

Improve checks for actual duration in sleep specs #1213

Closed
wants to merge 1 commit into from

Commits on Nov 6, 2024

  1. Improve checks for actual duration in sleep specs

    Use `should <` instead of trying to match the boolean itself. This way,
    the output on failures show the actual duration instead of just a
    true/false error.
    
    Example error message with this change:
    
        Expected 0.15368436999779078 < 0.03
    herwinw committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f54d42a View commit details
    Browse the repository at this point in the history