diff options
author | uzhas <[email protected]> | 2022-02-10 16:47:06 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:06 +0300 |
commit | 2002caab389ddffd0e7db4d8c4db835fa4c99f83 (patch) | |
tree | 9d3448d5ba97edddf88aa69bcb138e88286e8176 /library/cpp/messagebus/network_ut.cpp | |
parent | 17d51d51855dc3ed663d0e31fa75d3ff5ab80702 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/network_ut.cpp')
-rw-r--r-- | library/cpp/messagebus/network_ut.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/messagebus/network_ut.cpp b/library/cpp/messagebus/network_ut.cpp index f1798419db2..f919286e8d9 100644 --- a/library/cpp/messagebus/network_ut.cpp +++ b/library/cpp/messagebus/network_ut.cpp @@ -56,10 +56,10 @@ Y_UNIT_TEST_SUITE(Network) { UNIT_ASSERT_VALUES_EQUAL(r.at(0).Addr.GetPort(), r.at(1).Addr.GetPort()); } - + Y_UNIT_TEST(BindOnBusyPort) { auto r = BindOnPort(0, false); - + UNIT_ASSERT_EXCEPTION_CONTAINS(BindOnPort(r.first, false), TSystemError, "failed to bind on port " + ToString(r.first)); - } + } } |