Commit 09856b5
authored
test(java): shorten inherited tag test name (#3985)
## Why?
PR #3984 added an inherited duplicate-tag regression test whose method
name exceeds the repository maximum of 35 characters.
## What does this PR do?
- Renames the test method from `testDecodeRejectsInheritedDuplicateTag`
to `testRejectsInheritedDuplicateTag`.
- Leaves the annotation, test body, coverage, and production code
unchanged.
## Related issues
Follow-up to #3984.
## Does this PR introduce any user-facing change?
- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?
## Test
- `NativeTypeDefEncoderTest#testRejectsInheritedDuplicateTag` passed.
## Benchmark
Test-only rename; no production or benchmark path changes.1 parent 1e43394 commit 09856b5
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
| 522 | + | |
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
| |||
0 commit comments