refactor: implement proper notification handling via after_action hooks
Refactor notification handling according to Ash best practices
This commit is contained in:
parent
f7c33bfc7d
commit
4997493139
5 changed files with 106 additions and 164 deletions
|
|
@ -198,7 +198,7 @@ defmodule Mv.MembershipFees.MemberCycleIntegrationTest do
|
|||
today = ~D[2025-12-31]
|
||||
|
||||
# Manually trigger generation again with fixed "today" date
|
||||
{:ok, _} =
|
||||
{:ok, _, _} =
|
||||
Mv.MembershipFees.CycleGenerator.generate_cycles_for_member(member.id, today: today)
|
||||
|
||||
final_cycles = get_member_cycles(member.id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue