Rename tests (#1728)

This commit is contained in:
Grzegorz Piwowarek
2017-04-25 14:18:07 +02:00
committed by GitHub
parent d6e58f6efd
commit 3751e27288
3 changed files with 3 additions and 3 deletions
@@ -14,7 +14,7 @@ import java.nio.charset.StandardCharsets;
import static org.assertj.core.api.AssertionsForInterfaceTypes.assertThat;
public class JettyTest {
public class JettyIntegrationTest {
private JettyServer jettyServer;
@Before