Skip to content

Fix ineffective assertion in OuterUnitTest#19226

Open
aki-raa wants to merge 1 commit into
eugenp:masterfrom
aki-raa:fix/logback-resource-path
Open

Fix ineffective assertion in OuterUnitTest#19226
aki-raa wants to merge 1 commit into
eugenp:masterfrom
aki-raa:fix/logback-resource-path

Conversation

@aki-raa
Copy link
Copy Markdown

@aki-raa aki-raa commented May 20, 2026

Fixes #16237

The assertion is(nestMembers.size()).equals(2) was creating a Hamcrest
matcher but never actually asserting anything. Replaced with
assertEquals(2, nestMembers.size()) and removed the unused import.

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.

Wrong testcase,

1 participant