Skip to content

Commit 29474e4

Browse files
committed
put test case name on a single line
1 parent aa485e0 commit 29474e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exercises/practice/crypto-square/crypto_square_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ TEST_CASE("9 character plaintext results in 3 chunks of 3 characters",
3636
}
3737

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

0 commit comments

Comments
 (0)