Skip to content

Commit f43812c

Browse files
authored
Apply suggestion from @jagdish-15
1 parent bc73b1f commit f43812c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/practice/secret-handshake/src/test/java/HandshakeCalculatorTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ public void testThatHandlesMoreThanFiveBinaryPlacesWithoutReversal() {
107107
public void testInputThatYieldsAllActionsFromMoreThanFiveBinaryPlaces() {
108108
assertThat(handshakeCalculator.calculateHandshake(111))
109109
.containsExactly(Signal.WINK, Signal.DOUBLE_BLINK, Signal.CLOSE_YOUR_EYES, Signal.JUMP);
110+
}
111+
110112
/* The following tests diverge from the canonical test data to test numbers with binary representation with
111113
* more than five digits are correctly handled. For more details, check out issue #1965 here:
112114
* (https://github.com/exercism/java/issues/1965).

0 commit comments

Comments
 (0)