fix(test): restore integration expectations

This commit is contained in:
IanShaw027
2026-04-09 22:08:42 +08:00
parent b6946e78a2
commit 269c7a065c
2 changed files with 10 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ func (r *groupRepository) Create(ctx context.Context, groupIn *service.Group) er
SetDescription(groupIn.Description).
SetPlatform(groupIn.Platform).
SetRateMultiplier(groupIn.RateMultiplier).
SetSortOrder(groupIn.SortOrder).
SetIsExclusive(groupIn.IsExclusive).
SetStatus(groupIn.Status).
SetSubscriptionType(groupIn.SubscriptionType).