Fixed tests

This commit is contained in:
Juan Manuel Suárez 2018-03-07 17:43:03 -03:00 committed by GitHub
parent 915a1f3eb0
commit 87cb33f69b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ public class AdapterPatternTest {
*/
@Test
public void testAdapter() {
RowingBoat captain = (RowingBoat) beans.get(ROWING_BEAN);
Captain captain = (Captain) beans.get(ROWING_BEAN);
// when captain moves
captain.row();