diff options
Diffstat (limited to 'tests/wss.c')
| -rw-r--r-- | tests/wss.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/wss.c b/tests/wss.c index ca33a542..0f570b81 100644 --- a/tests/wss.c +++ b/tests/wss.c @@ -1,5 +1,5 @@ // -// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> +// 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 @@ -245,6 +245,4 @@ TestMain("WebSocket Secure (TLS) Transport", { tt.proptest = check_props; trantest_test(&tt); - - nng_fini(); }) |
