Use correct assume function for JUnit4 tests
This commit is contained in:
parent
af119de4a7
commit
ecbd2476e1
@ -24,7 +24,7 @@ import org.junit.Ignore;
|
||||
|
||||
import java.util.Optional;
|
||||
|
||||
import static org.junit.jupiter.api.Assumptions.assumeTrue;
|
||||
import static org.junit.Assume.assumeTrue;
|
||||
|
||||
public abstract class ByteBufAdaptorTest extends AbstractByteBufTest {
|
||||
static ByteBufAllocatorAdaptor alloc;
|
||||
|
Loading…
Reference in New Issue
Block a user