Skip to content

Commit

Permalink
Updating test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdish-15 committed Jan 9, 2025
1 parent 11d7394 commit ce7f898
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 @@ -98,7 +98,7 @@ int main(void)
UNITY_BEGIN();

RUN_TEST(test_empty_text_res_in_an_empty_ciphertext);
RUN_TEST(normalization_res_in_empty_plaintext);
RUN_TEST(test_normalization_results_in_empty_plaintext);
RUN_TEST(test_lowercase);
RUN_TEST(test_remove_spaces);
RUN_TEST(test_remove_punctuation);
Expand Down

0 comments on commit ce7f898

Please sign in to comment.