Explorar o código

Fix copy/paste in unit test

bel %!s(int64=8) %!d(string=hai) anos
pai
achega
7d5a966879
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/public_server.c

+ 1 - 1
test/public_server.c

@@ -1725,7 +1725,7 @@ START_TEST(test_request_handlers)
 	                                websocket_client_close_handler,
 	                                websocket_client_close_handler,
 	                                &ws_client4_data);
 	                                &ws_client4_data);
 
 
-	ck_assert(ws_client3_conn != NULL);
+	ck_assert(ws_client4_conn != NULL);
 
 
 	wait_not_null(
 	wait_not_null(
 	    &(ws_client4_data.data)); /* Wait for the websocket welcome message */
 	    &(ws_client4_data.data)); /* Wait for the websocket welcome message */