aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/sock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sock.c b/tests/sock.c
index 8b3083ee..56159aae 100644
--- a/tests/sock.c
+++ b/tests/sock.c
@@ -14,6 +14,8 @@
TestMain("Socket Operations", {
+ Reset({ nng_fini(); });
+
Convey("We are able to open a PAIR socket", {
int rv;
nng_socket s1;