Skip to content

Commit

Permalink
netty: removes TODO in test for NettyServer
Browse files Browse the repository at this point in the history
  • Loading branch information
NickUfer authored and ejona86 committed Aug 5, 2021
1 parent c77083f commit 9dd0c66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions netty/src/test/java/io/grpc/netty/NettyServerTest.java
Expand Up @@ -486,9 +486,8 @@ public void run() {}
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();
Expand Down

0 comments on commit 9dd0c66

Please sign in to comment.