Skip to content

Auto-port 5.0: Remove test annotations from a method that isn't a test#16797

Merged
chrisvest merged 1 commit into
5.0from
auto-port-pr-16792-to-5.0
May 14, 2026
Merged

Auto-port 5.0: Remove test annotations from a method that isn't a test#16797
chrisvest merged 1 commit into
5.0from
auto-port-pr-16792-to-5.0

Conversation

@netty-project-bot

Copy link
Copy Markdown
Contributor

Auto-port of #16792 to 5.0
Cherry-picked commit: 8670a5b


Motivation:
JUnit issues a warning that test methods should not return a value. The method is not actually a test.

Modification:
Remove test annotations from a test utility method.

Result:
No more warning from JUnit.

Motivation:
JUnit issues a warning that test methods should not return a value. The
method is not actually a test.

Modification:
Remove test annotations from a test utility method.

Result:
No more warning from JUnit.

(cherry picked from commit 8670a5b)
@chrisvest chrisvest added this to the 5.0.0.Final milestone May 14, 2026
@chrisvest chrisvest enabled auto-merge (squash) May 14, 2026 05:03
@chrisvest chrisvest disabled auto-merge May 14, 2026 18:07
@chrisvest chrisvest merged commit 9125220 into 5.0 May 14, 2026
21 of 23 checks passed
@chrisvest chrisvest deleted the auto-port-pr-16792-to-5.0 branch May 14, 2026 18:08
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