aboutsummaryrefslogtreecommitdiff
path: root/websocket/src/test/java/fi/iki/elonen/samples/echo/EchoWebSocketsTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'websocket/src/test/java/fi/iki/elonen/samples/echo/EchoWebSocketsTest.java')
-rw-r--r--websocket/src/test/java/fi/iki/elonen/samples/echo/EchoWebSocketsTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/websocket/src/test/java/fi/iki/elonen/samples/echo/EchoWebSocketsTest.java b/websocket/src/test/java/fi/iki/elonen/samples/echo/EchoWebSocketsTest.java
index e90ae71..d8b96ab 100644
--- a/websocket/src/test/java/fi/iki/elonen/samples/echo/EchoWebSocketsTest.java
+++ b/websocket/src/test/java/fi/iki/elonen/samples/echo/EchoWebSocketsTest.java
@@ -43,11 +43,11 @@ import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
-import fi.iki.elonen.NanoWebSocketServer;
+import fi.iki.elonen.NanoWSD;
public class EchoWebSocketsTest {
- private static NanoWebSocketServer server;
+ private static NanoWSD server;
@BeforeClass
public static void setUp() throws Exception {