File tree 1 file changed +2
-2
lines changed
crypto-square/src/test/java 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,15 +106,15 @@ public void normalizedCipherTextIsSplitByHeightOfSquare() {
106
106
@ Test
107
107
public void normalizedCipherNotExactlyDivisibleBy5SpillsIntoSmallerSegment () {
108
108
Crypto crypto = new Crypto ("Madness, and then illumination." );
109
- String expectedOutput = "msemo aanin dninn dlaet ltshu i " ;
109
+ String expectedOutput = "msemo aanin dnin ndla etlt shui " ;
110
110
111
111
assertEquals (expectedOutput , crypto .getNormalizedCipherText ());
112
112
}
113
113
114
114
@ Test
115
115
public void normalizedCipherIsSplitIntoSegmentsOfCorrectSize () {
116
116
Crypto crypto = new Crypto ("If man was meant to stay on the ground god would have given us roots" );
117
- String expectedOutput = "imtgdvs fearwer mayoogo anouuio ntnnlvt wttddes aohghns seoau " ;
117
+ String expectedOutput = "imtgdvs fearwer mayoogo anouuio ntnnlvt wttddes aohghn sseoau " ;
118
118
119
119
assertEquals (expectedOutput , crypto .getNormalizedCipherText ());
120
120
}
You can’t perform that action at this time.
0 commit comments