モック追加

This commit is contained in:
ろむねこ 2024-06-21 11:35:19 +09:00
parent e5fc2f9890
commit 7c6b72157d
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -13,7 +13,7 @@ public class ParentDataDummyImpl implements ParentData {
@Override
public ParentModel getParent(String parentId) {
return null;
return new ParentModel("ID", "Parent Name", "homeGroupId", "hoge@example.com");
}
@Override