diff options
Diffstat (limited to 'tests/zt.c')
| -rw-r--r-- | tests/zt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ check_props(nng_msg *msg) { nng_pipe p; p = nng_msg_get_pipe(msg); - So(p > 0); + So(p.id > 0); // Check local address. Convey("Local address property works", { |
