Skip to content

Commit

Permalink
cpp-py-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
par-hermes committed Oct 24, 2023
1 parent 8068c12 commit da9d9b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/tests/unit/test_SocketOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ BOOST_AUTO_TEST_CASE(testing_AddressSplitterINPROC) {
BOOST_AUTO_TEST_CASE(testing_AddressSplitterNoPort) {

// Still contains ':'
BOOST_CHECK_THROW(AddressSplitter splitter("inproc://www.datafed.com:"), TraceException);
BOOST_CHECK_THROW(AddressSplitter splitter("inproc://www.datafed.com:"),
TraceException);
}

BOOST_AUTO_TEST_CASE(testing_AddressSplitterNoPort2) {
Expand Down

0 comments on commit da9d9b0

Please sign in to comment.