doen't return

This commit is contained in:
Naoyuki Kanezawa
2013-04-22 23:41:13 +09:00
parent 4a7b7289d7
commit 9cb2dda8e8
2 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,8 @@ public class SocketTest {
System.out.println("onclose:");
events.offer("onclose");
}
}.open();
};
socket.open();
assertThat(events.take(), is("onopen"));
socket.close();