Skip to content

Commit

Permalink
simple-cipher: Fix property name and major bump (#1462)
Browse files Browse the repository at this point in the history
* `plaintext` property should be `ciphertext`.

* Major bump according to versioning guidelines.
  • Loading branch information
paparomeo authored and ErikSchierboom committed Feb 18, 2019
1 parent ed2fecd commit 69395c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/simple-cipher/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exercise": "simple-cipher",
"version": "1.3.0",
"version": "2.0.0",
"comments":
["Some of the strings used in this file are symbolic and do not represent their literal value. They are:",
"cipher.key - Represents the Cipher key",
Expand Down Expand Up @@ -118,7 +118,7 @@
"property": "decode",
"input": {
"key": "abc",
"plaintext": "iboaqcnecbfcr"
"ciphertext": "iboaqcnecbfcr"
},
"expected": "iamapandabear"
}
Expand Down

0 comments on commit 69395c4

Please sign in to comment.