Merge pull request #282 from l-cortese/master
Corrected Freddy's last name
This commit is contained in:
@ -14,7 +14,7 @@ public class CustomerDaoImplTest {
|
|||||||
|
|
||||||
private CustomerDaoImpl impl;
|
private CustomerDaoImpl impl;
|
||||||
private List<Customer> customers;
|
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
|
@Before
|
||||||
public void setUp() {
|
public void setUp() {
|
||||||
|
Reference in New Issue
Block a user