Skip to content

Commit 5d90a5f

Browse files
committed
Adding failing test to use against gated checkin.
1 parent 0776239 commit 5d90a5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Release/tests/Functional/websockets/client/client_construction.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ TEST_FIXTURE(uri_address, client_construction_error_cases)
6565
// empty host.
6666
address = uri(U("ws://:34567/"));
6767
verify_client_invalid_argument(address);
68+
69+
VERIFY_ARE_EQUAL(true, false);
6870
}
6971

7072
// Verify that we can read the config from the websocket_client

0 commit comments

Comments
 (0)