Skip to content

fix assert to retry until true#7707

Merged
bbrks merged 1 commit into
mainfrom
fix-assert
Aug 26, 2025
Merged

fix assert to retry until true#7707
bbrks merged 1 commit into
mainfrom
fix-assert

Conversation

@torcolvin
Copy link
Copy Markdown
Collaborator

Otherwise, this immediately fails if ever false.

Copilot AI review requested due to automatic review settings August 25, 2025 19:29
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a test assertion that was incorrectly using the main test context instead of the retry context, causing the test to fail immediately rather than retrying until the condition becomes true.

  • Updates the assert.True call to use the retry context parameter c instead of the main test context t

@bbrks bbrks merged commit 980a455 into main Aug 26, 2025
25 checks passed
@bbrks bbrks deleted the fix-assert branch August 26, 2025 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants