diff options
Diffstat (limited to 'tests/sock.c')
| -rw-r--r-- | tests/sock.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/sock.c b/tests/sock.c index cbe3d012..1c277b46 100644 --- a/tests/sock.c +++ b/tests/sock.c @@ -32,11 +32,6 @@ TestMain("Socket Operations", { Reset({ nng_close(s1); }); - Convey("It's type & peer are still PAIR", { - So(nng_protocol(s1) == NNG_PROTO_PAIR); - So(nng_peer(s1) == NNG_PROTO_PAIR); - }); - Convey("Recv with no pipes times out correctly", { nng_msg * msg = NULL; nng_duration to = 100; |
