inline method (#1154)

This commit is contained in:
Elliotte Rusty Harold 2024-01-10 14:40:50 +00:00 committed by GitHub
parent 8377fa429b
commit bddf9a3094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -31,10 +31,6 @@ public class AbstractLangTest {
*/
@AfterEach
public void after() {
validateNullToStringStyleRegistry();
}
void validateNullToStringStyleRegistry() {
assertNull(ToStringStyle.getRegistry(), "Expected null, actual: " + ToStringStyle.getRegistry());
}