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:
Norman Maurer 2021-07-26 08:28:32 +02:00 committed by GitHub
parent 119f34889d
commit 85eb96c68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {