This commit is contained in:
parent
1133ffb28f
commit
65581d0639
1 changed files with 3 additions and 1 deletions
|
|
@ -154,7 +154,9 @@ defmodule MvWeb.MemberLive.IndexGroupsIntegrationTest do
|
|||
|
||||
# Set member's fee type so get_last_completed_cycle finds the cycle (uses member.membership_fee_type)
|
||||
{:ok, _member1} =
|
||||
Mv.Membership.update_member(member1, %{membership_fee_type_id: fee_type.id}, actor: system_actor)
|
||||
Mv.Membership.update_member(member1, %{membership_fee_type_id: fee_type.id},
|
||||
actor: system_actor
|
||||
)
|
||||
|
||||
{:ok, _cycle} =
|
||||
Mv.MembershipFees.MembershipFeeCycle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue