Skip to content

Commit

Permalink
Update exercises/practice/crypto-square/test_crypto_square.c
Browse files Browse the repository at this point in the history
Co-authored-by: wolf99 <[email protected]>
  • Loading branch information
jagdish-15 and wolf99 authored Jan 9, 2025
1 parent decc0d8 commit 11d7394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/crypto-square/test_crypto_square.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static void test_empty_text_res_in_an_empty_ciphertext(void)
free(res);
}

static void normalization_res_in_empty_plaintext(void)
static void test_normalization_results_in_empty_plaintext(void)
{
TEST_IGNORE(); // delete this line to run test
const char *input = "... --- ...";
Expand Down

0 comments on commit 11d7394

Please sign in to comment.