fixed
This commit is contained in:
@@ -2,6 +2,7 @@ package com.loafle.overflow.module.member.dao;
|
||||
|
||||
import com.loafle.overflow.AppConfig;
|
||||
import com.loafle.overflow.JdbcConfiguration;
|
||||
import com.loafle.overflow.meta.MetaMemberStatus;
|
||||
import com.loafle.overflow.module.member.model.Member;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
@@ -30,7 +31,7 @@ public class MemberDAOTest {
|
||||
m.setPwSalt("salktttt");
|
||||
m.setPhone("000-000-0000");
|
||||
m.setEmail("insanity1@loafle.com");
|
||||
|
||||
m.setStatus(new MetaMemberStatus());
|
||||
repo.save(m);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user