From 3db8999f1b0d39b97c52809856b498a59c64618b Mon Sep 17 00:00:00 2001 From: Jagdish Prajapati Date: Thu, 5 Jun 2025 23:13:05 +0530 Subject: [PATCH] Syncing test.toml and updating the test code --- exercises/practice/crypto-square/.meta/tests.toml | 5 +++++ exercises/practice/crypto-square/crypto-square.spec.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/exercises/practice/crypto-square/.meta/tests.toml b/exercises/practice/crypto-square/.meta/tests.toml index 085d142ead..94ef0819fe 100644 --- a/exercises/practice/crypto-square/.meta/tests.toml +++ b/exercises/practice/crypto-square/.meta/tests.toml @@ -32,3 +32,8 @@ description = "8 character plaintext results in 3 chunks, the last one with a tr [fbcb0c6d-4c39-4a31-83f6-c473baa6af80] description = "54 character plaintext results in 7 chunks, the last two with trailing spaces" +include = false + +[33fd914e-fa44-445b-8f38-ff8fbc9fe6e6] +description = "54 character plaintext results in 8 chunks, the last two with trailing spaces" +reimplements = "fbcb0c6d-4c39-4a31-83f6-c473baa6af80" diff --git a/exercises/practice/crypto-square/crypto-square.spec.js b/exercises/practice/crypto-square/crypto-square.spec.js index 8d580524f9..2b45f1d56f 100644 --- a/exercises/practice/crypto-square/crypto-square.spec.js +++ b/exercises/practice/crypto-square/crypto-square.spec.js @@ -40,7 +40,7 @@ describe('Crypto', () => { // This test doesn't run on our online test runner because it will time-out // with most implementations. It's up to you to test your solution locally. test.skip( - '54 character plaintext results in 7 chunks, the last two with trailing spaces', + '54 character plaintext results in 8 chunks, the last two with trailing spaces', () => { const crypto = new Crypto( 'If man was meant to stay on the ground, god would have given us roots.',