Skip to content

Commit a8e55df

Browse files
mrcfpscmccandless
authored andcommitted
rotational-cipher: update tests to v1.2.0 (exercism#1276)
1 parent 493e2e5 commit a8e55df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/rotational-cipher/rotational_cipher_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import rotational_cipher
44

55

6-
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0
6+
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.2.0
77

88
class RotationalCipher(unittest.TestCase):
99
def test_rotate_a_by_0(self):

0 commit comments

Comments
 (0)