|
|
@@ -7,7 +7,7 @@ import static java.util.Collections.emptyList;
|
|
7
|
7
|
import static java.util.Collections.singletonList;
|
|
8
|
8
|
import static org.junit.Assert.assertEquals;
|
|
9
|
9
|
|
|
10
|
|
-public final class HandshakeCalculatorTest {
|
|
|
10
|
+public class HandshakeCalculatorTest {
|
|
11
|
11
|
private HandshakeCalculator handshakeCalculator;
|
|
12
|
12
|
|
|
13
|
13
|
|