package test

import (
	"git.hilo.cn/hilo-common/domain"
	"hilo-group/domain/model/groupPower_m"
	"testing"
)

func TestGetAllGroupPowerOwner(t *testing.T) {
	owners, err := groupPower_m.GetAllGroupPowerOwners(domain.CreateModelNil())
	println(owners, err)
}