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

Conversation

ericcornelissen
Copy link
Collaborator

Relates to #40

Summary

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).

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 ericcornelissen added the test Relates to testing label Mar 23, 2024
@ericcornelissen ericcornelissen merged commit 30b4c66 into main Mar 23, 2024
10 checks passed
@ericcornelissen ericcornelissen deleted the flaky-parse-uses branch March 23, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Relates to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant