Corrected Freddy's second name

This commit is contained in:
Luigi Cortese 2015-11-01 23:15:57 +01:00
parent c6ca80b25f
commit 25c1f87d46

View File

@ -14,7 +14,7 @@ public class CustomerDaoImplTest {
private CustomerDaoImpl impl;
private List<Customer> customers;
private static final Customer CUSTOMER = new Customer(1, "Freddy", "Kruger");
private static final Customer CUSTOMER = new Customer(1, "Freddy", "Krueger");
@Before
public void setUp() {