diff options
Diffstat (limited to 'tests/tcp.c')
| -rw-r--r-- | tests/tcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tcp.c b/tests/tcp.c index 91b85866..1e4cfe11 100644 --- a/tests/tcp.c +++ b/tests/tcp.c @@ -1,5 +1,5 @@ // -// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2022 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // Copyright 2018 Devolutions <info@devolutions.net> // @@ -61,5 +61,5 @@ check_props_v4(nng_msg *msg) } TestMain("TCP Transport", { - trantest_test_extended("tcp://127.0.0.1:%u", check_props_v4); + trantest_test_extended("tcp://127.0.0.1:", check_props_v4); }) |
