master
wangning 7 years ago
parent 3e5c785433
commit 5597444015

@ -1,6 +1,6 @@
package au.com.royalpay.payment.manage.apps.core.impls;
import au.com.royalpay.payment.manage.apps.core.CustomerImpression;
import au.com.royalpay.payment.manage.apps.core.CustomerImpressionService;
import org.junit.Test;
import org.junit.runner.RunWith;
@ -18,7 +18,7 @@ import javax.annotation.Resource;
@RunWith(SpringRunner.class)
public class CustomerImpressionImplTest {
@Resource
private CustomerImpression customerImpression;
private CustomerImpressionService customerImpression;
@Test
public void generate() throws Exception {
customerImpression.generate(9);

Loading…
Cancel
Save