Skip to content

Commit 1168817

Browse files
authored
Syncing test.toml and updating the test code (#2645)
[no important files changed]
1 parent 1637e85 commit 1168817

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/crypto-square.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('Crypto', () => {
4040
// This test doesn't run on our online test runner because it will time-out
4141
// with most implementations. It's up to you to test your solution locally.
4242
test.skip(
43-
'54 character plaintext results in 7 chunks, the last two with trailing spaces',
43+
'54 character plaintext results in 8 chunks, the last two with trailing spaces',
4444
() => {
4545
const crypto = new Crypto(
4646
'If man was meant to stay on the ground, god would have given us roots.',

0 commit comments

Comments
 (0)