Add more test case for encrypted packet test

This commit is contained in:
TN666
2025-08-25 23:35:03 +08:00
parent f2ba7d7851
commit 5b9db81819
2 changed files with 55 additions and 21 deletions

View File

@@ -18,6 +18,7 @@ void test_telemetry_environment_metrics_missing_fields();
void test_telemetry_environment_metrics_complete_coverage();
void test_telemetry_environment_metrics_unset_fields();
void test_encrypted_packet_serialization();
void test_empty_encrypted_packet();
void setup()
{
@@ -49,6 +50,7 @@ void setup()
// Encrypted packet test
RUN_TEST(test_encrypted_packet_serialization);
RUN_TEST(test_empty_encrypted_packet);
UNITY_END();
}