diff options
Diffstat (limited to 'tests/reconnect.c')
| -rw-r--r-- | tests/reconnect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reconnect.c b/tests/reconnect.c index 6e7ab79f..4cd6cb3a 100644 --- a/tests/reconnect.c +++ b/tests/reconnect.c @@ -96,7 +96,7 @@ TestMain("Reconnect works", { CHECKSTR(msg, "again"); p2 = nng_msg_get_pipe(msg); nng_msg_free(msg); - So(p2 != p1); + So(p2.id != p1.id); }); }); }); |
