Skip to content

KAFKA-19097: Fix assertEquals arguement order in InternalStreamsBuilderTest #19615

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

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

shelbysash
Copy link

In reference to JIRA issue: https://issues.apache.org/jira/browse/KAFKA-19097

This should fix the arguement order in assertEquals statements in InternalStreamsBuilderTest.java
Expected value should come first.

shelbysash added 3 commits May 1, 2025 16:02
Fix assertEquals arguement order in InternalStreamsBuilderTest file (JIRA: KAFKA-19097
KAFKA-19097: Fix assertEquals arguement order in InternalStreamsBuilderTest
…erTest

Updated assertEquals to follow correct (expected, actual) arguement order.
@github-actions github-actions bot added triage PRs from the community streams labels May 1, 2025
Copy link
Collaborator

@Yunyung Yunyung 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 the PR. There are more cases, not limited to InternalStreamsBuilderTest. Please include them in this PR as well.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Duplicate file.

@github-actions github-actions bot removed the triage PRs from the community label May 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants