aboutsummaryrefslogtreecommitdiff
path: root/tests/bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bus.c')
-rw-r--r--tests/bus.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/bus.c b/tests/bus.c
index 96e7ede3..ccd48167 100644
--- a/tests/bus.c
+++ b/tests/bus.c
@@ -1,5 +1,5 @@
//
-// Copyright 2018 Garrett D'Amore <garrett@damore.org>
+// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This software is supplied under the terms of the MIT License, a
@@ -24,8 +24,6 @@
TestMain("BUS pattern", {
const char *addr = "inproc://test";
- Reset({ nng_fini(); });
-
Convey("We can create a BUS socket", {
nng_socket bus;