netty: removes TODO in test for NettyServer

This commit is contained in:
Nick Ufer 2021-06-24 18:44:31 +02:00 committed by Eric Anderson
parent c77083f013
commit 9dd0c66929
1 changed files with 1 additions and 2 deletions

View File

@ -486,9 +486,8 @@ public class NettyServerTest {
assertEquals(ns.getListenSocketAddress(), socketStats.local);
assertNull(socketStats.remote);
// TODO(zpencer): uncomment when sock options are exposed
// by default, there are some socket options set on the listen socket
// assertThat(socketStats.socketOptions.additional).isNotEmpty();
assertThat(socketStats.socketOptions.others).isNotEmpty();
// Cleanup
ns.shutdown();