Fixed tests
This commit is contained in:
parent
915a1f3eb0
commit
87cb33f69b
@ -66,7 +66,7 @@ public class AdapterPatternTest {
|
|||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testAdapter() {
|
public void testAdapter() {
|
||||||
RowingBoat captain = (RowingBoat) beans.get(ROWING_BEAN);
|
Captain captain = (Captain) beans.get(ROWING_BEAN);
|
||||||
|
|
||||||
// when captain moves
|
// when captain moves
|
||||||
captain.row();
|
captain.row();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user