Skip to content

Correct assertEquals argument order#1499

Merged
liblit merged 2 commits intowala:masterfrom
liblit:correct-assertEquals-argument-order
Apr 26, 2025
Merged

Correct assertEquals argument order#1499
liblit merged 2 commits intowala:masterfrom
liblit:correct-assertEquals-argument-order

Conversation

@liblit
Copy link
Copy Markdown
Contributor

@liblit liblit commented Apr 26, 2025

JUnit 5's assertEquals method should be called with the expected value first and the actual value second.

JUnit 5's `assertEquals` method should be called with the _expected_
value _first_ and the _actual_ value _second_.
@liblit liblit added the cleanup API cleanup and refactoring label Apr 26, 2025
@liblit liblit requested a review from msridhar April 26, 2025 22:52
@liblit liblit self-assigned this Apr 26, 2025
@liblit liblit enabled auto-merge (rebase) April 26, 2025 22:53
Copy link
Copy Markdown
Member

@msridhar msridhar left a comment

Choose a reason for hiding this comment

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

👍

@liblit liblit merged commit 458702a into wala:master Apr 26, 2025
10 checks passed
@liblit liblit deleted the correct-assertEquals-argument-order branch April 26, 2025 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup API cleanup and refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants