From f668e4ddd207b941ff91477d527d1b9cf9b07b44 Mon Sep 17 00:00:00 2001 From: mRcfps <1402491442@qq.com> Date: Fri, 16 Feb 2018 13:52:53 +0800 Subject: [PATCH] rotational-cipher: update tests to v1.2.0 --- exercises/rotational-cipher/rotational_cipher_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/rotational-cipher/rotational_cipher_test.py b/exercises/rotational-cipher/rotational_cipher_test.py index 88b0983958..d20b6430b7 100644 --- a/exercises/rotational-cipher/rotational_cipher_test.py +++ b/exercises/rotational-cipher/rotational_cipher_test.py @@ -3,7 +3,7 @@ import rotational_cipher -# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0 +# Tests adapted from `problem-specifications//canonical-data.json` @ v1.2.0 class RotationalCipher(unittest.TestCase): def test_rotate_a_by_0(self):