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

agent_helper: fix for 'assert_operator' usage #1016

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Conversation

fallwith
Copy link
Contributor

@fallwith fallwith commented Mar 9, 2022

TestUnit's assert_operator takes arguments in the order that makes
sense when read left to right: [6, :>=, 5], and we had the first and
third values swapped.

fixes buggy syntax introduced by #1013

TestUnit's `assert_operator` takes arguments in the order that makes
sense when read left to right: `[6, :>=, 5]`, and we had the first and
third values swapped.
Copy link
Contributor

@tannalynn tannalynn left a comment

Choose a reason for hiding this comment

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

Thanks for getting this updated!

@fallwith fallwith merged commit f31b396 into dev Mar 9, 2022
@fallwith fallwith deleted the fix_for_assert_operator branch March 9, 2022 21:24
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.

2 participants