Add missing @Test annotation
This commit is contained in:
parent
f08848da7c
commit
af042bb7d2
@ -16,9 +16,11 @@
|
||||
package io.netty.channel.epoll;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class EpollTest {
|
||||
|
||||
@Test
|
||||
public void testIsAvailable() {
|
||||
Assert.assertTrue(Epoll.isAvailable());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user