Skip to content

Commit a61dfe5

Browse files
authored
Sync crypto-square [no important files changed] (#1564)
1 parent 331ba42 commit a61dfe5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

exercises/practice/crypto-square/.meta/tests.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ description = "8 character plaintext results in 3 chunks, the last one with a tr
3232

3333
[fbcb0c6d-4c39-4a31-83f6-c473baa6af80]
3434
description = "54 character plaintext results in 7 chunks, the last two with trailing spaces"
35+
include = false
36+
37+
[33fd914e-fa44-445b-8f38-ff8fbc9fe6e6]
38+
description = "54 character plaintext results in 8 chunks, the last two with trailing spaces"
39+
reimplements = "fbcb0c6d-4c39-4a31-83f6-c473baa6af80"

exercises/practice/crypto-square/test/crypto_square_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ defmodule CryptoSquareTest do
3737
end
3838

3939
@tag :pending
40-
test "54 character plaintext results in 7 chunks, the last two with trailing spaces" do
40+
test "54 character plaintext results in 8 chunks, the last two with trailing spaces" do
4141
msg = "If man was meant to stay on the ground, god would have given us roots."
4242
cipher = "imtgdvs fearwer mayoogo anouuio ntnnlvt wttddes aohghn sseoau "
4343
assert CryptoSquare.encode(msg) == cipher

0 commit comments

Comments
 (0)