Skip to content

Commit

Permalink
put test case name on a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
ahans committed Mar 4, 2024
1 parent aa485e0 commit 29474e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exercises/practice/crypto-square/crypto_square_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ TEST_CASE("9 character plaintext results in 3 chunks of 3 characters",
}

TEST_CASE(
"8 character plaintext results in 3 chunks, the last one with a trailing "
"space",
"8 character plaintext results in 3 chunks, the last one with a trailing space",
"[a65d3fa1-9e09-43f9-bcec-7a672aec3eae]") {
REQUIRE("clu hlt io " ==
crypto_square::cipher("Chill out.").normalized_cipher_text());
Expand Down

0 comments on commit 29474e4

Please sign in to comment.