diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-10-20 17:03:12 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-10-23 16:14:53 -0700 |
| commit | 3585000ca027740dbdb4599f4991cd2bf562e2f2 (patch) | |
| tree | a45b4c1bcc2d11777dde0e38d4b742d121d55e45 /tests | |
| parent | fdb73b69a887d868f8e976ef8a990a5d7f6687f9 (diff) | |
| download | nng-3585000ca027740dbdb4599f4991cd2bf562e2f2.tar.gz nng-3585000ca027740dbdb4599f4991cd2bf562e2f2.tar.bz2 nng-3585000ca027740dbdb4599f4991cd2bf562e2f2.zip | |
fixes #112 Need to move some stuff from socket to message queues
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/survey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/survey.c b/tests/survey.c index 6658d488..d73ae987 100644 --- a/tests/survey.c +++ b/tests/survey.c @@ -62,7 +62,7 @@ TestMain("SURVEY pattern", { So(nng_peer(resp) == NNG_PROTO_SURVEYOR); }); - Convey("Send fails with no suvey", { + Convey("Send fails with no survey", { nng_msg *msg; So(nng_msg_alloc(&msg, 0) == 0); So(nng_sendmsg(resp, msg, 0) == NNG_ESTATE); |
