Closed
Description
This issue is automatically created based on existing pull request: #29271: Unit Test / Bugfix / Inverted Expected value with actual one
Description (*)
The values were compared invalid way (opposite): expected
vs actual values.
I swapped them, also verified if there are no such examples across the platform, but haven't found any other.
Related Pull Requests
Fixed Issues (if relevant)
N/A
Manual testing scenarios (*)
N/A
Questions or comments
N/A
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)