Use junit5 methods (#11508)
Motivation: We missed to update one junit4 method usage to junit5 Modifications: Use junit5 methods Result: No more usage of junit4
This commit is contained in:
parent
8f2fe8659b
commit
3549c4048c
@ -15,7 +15,7 @@
|
||||
*/
|
||||
package io.netty.handler.ssl;
|
||||
|
||||
import static org.junit.Assume.assumeTrue;
|
||||
import static org.junit.jupiter.api.Assumptions.assumeTrue;
|
||||
|
||||
final class OpenSslTestUtils {
|
||||
private OpenSslTestUtils() {
|
||||
|
Loading…
Reference in New Issue
Block a user