Skip to content

Commit

Permalink
Add test for the error fixed before
Browse files Browse the repository at this point in the history
  • Loading branch information
kassi committed Mar 2, 2019
1 parent 282f02f commit 14d924f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/operations/tests/BaconCipher.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ TestRegister.addTests([
},
{
name: "Bacon Decode: complete alphabet case code inverse",
input: "Well, there's now another example which will be not only strange to read but sound weird for everyone knowing nothing what the thing is about. Nevertheless, works great out of the box.",
input: "Well, there's now another example which will be not only strange to read but sound weird for everyone knowing nothing what the thing is about. Nevertheless, works great out of the box. ",
expectedOutput: "DECODE",
recipeConfig: [
{
Expand Down

0 comments on commit 14d924f

Please sign in to comment.