Skip to content

Commit

Permalink
Reenable test
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRosenow committed Dec 10, 2024
1 parent 8bffaa5 commit a85afb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/tcp_channel_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ void test_socket_reset(void) {

int main(void) {
UNITY_BEGIN();
// RUN_TEST(test_open_connection_non_blocking);
// RUN_TEST(test_client_send_and_server_recv);
// RUN_TEST(test_server_send_and_client_recv);
RUN_TEST(test_open_connection_non_blocking);
RUN_TEST(test_client_send_and_server_recv);
RUN_TEST(test_server_send_and_client_recv);
RUN_TEST(test_socket_reset);
return UNITY_END();
}

0 comments on commit a85afb0

Please sign in to comment.