From ded1d63dc7411ee04ca02b35461e888c4d22edc7 Mon Sep 17 00:00:00 2001 From: meatball Date: Thu, 2 Jan 2025 19:24:45 +0100 Subject: [PATCH] Fix incorrect property usage in SimpleCipherTests to use 'count' instead of 'length' --- .../Tests/SimpleCipherTests/SimpleCipherTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/practice/simple-cipher/Tests/SimpleCipherTests/SimpleCipherTests.swift b/exercises/practice/simple-cipher/Tests/SimpleCipherTests/SimpleCipherTests.swift index 0f0d3124..3dd9a374 100644 --- a/exercises/practice/simple-cipher/Tests/SimpleCipherTests/SimpleCipherTests.swift +++ b/exercises/practice/simple-cipher/Tests/SimpleCipherTests/SimpleCipherTests.swift @@ -11,7 +11,7 @@ let RUNALL = Bool(ProcessInfo.processInfo.environment["RUNALL"] ?? "false") ?? f let cipher = Cipher() let plaintext = "aaaaaaaaaa" let expected = String( - cipher.key[..