Corrected Freddy's second name
This commit is contained in:
parent
c6ca80b25f
commit
25c1f87d46
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user