Skip to content

Commit

Permalink
Run the keep_alive test
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Bechard <[email protected]>
  • Loading branch information
dbechrd authored Sep 14, 2024
1 parent efd0c6d commit 0e7db3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -9011,6 +9011,7 @@ void netcode_test()
RUN_TEST( test_connection_denied_packet );
RUN_TEST( test_connection_challenge_packet );
RUN_TEST( test_connection_response_packet );
RUN_TEST( test_connection_keep_alive_packet );
RUN_TEST( test_connection_payload_packet );
RUN_TEST( test_connection_disconnect_packet );
RUN_TEST( test_connect_token_public );
Expand Down

0 comments on commit 0e7db3d

Please sign in to comment.