diff --git a/tests/unit/s2n_record_read_test.c b/tests/unit/s2n_record_read_test.c index f6ed1cfe233..66280f9cca2 100644 --- a/tests/unit/s2n_record_read_test.c +++ b/tests/unit/s2n_record_read_test.c @@ -166,9 +166,9 @@ int main(int argc, char *argv[]) const char *security_policy_test_cases[] = { /* TLS 1.3 */ - "20240503", + "20240503", /* TLS 1.2 */ - "20240501", + "20240501", }; /* Ensure that the input buffer is wiped after failing to read a record */