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

Correct flaky test for parseUses #45

Merged
merged 1 commit into from
Mar 23, 2024
Merged

Correct flaky test for parseUses #45

merged 1 commit into from
Mar 23, 2024

Commits on Mar 23, 2024

  1. Correct flaky test for parseUses

    Fix a flaky test for the `parseUses` function which could fail if the
    randomly generated `ref` value contained an at sign. This would result
    in a constructed `uses:` value with multiple at signs, which is not
    valid (and would thus error unexpectedly).
    
    This is a followup to 8588dff
    ericcornelissen committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    ec753f3 View commit details
    Browse the repository at this point in the history