fix: Move rule application to perform_post_sync method (#705)

* Move rule application to perform_post_sync method

Signed-off-by: Alessio Cappa <104093777+alessiocappa@users.noreply.github.com>

* fix: Update test

---------

Signed-off-by: Alessio Cappa <104093777+alessiocappa@users.noreply.github.com>
This commit is contained in:
Alessio Cappa
2026-01-19 22:57:46 +01:00
committed by GitHub
parent 8b8ac705f6
commit 2e081ea82d
2 changed files with 6 additions and 5 deletions

View File

@@ -62,5 +62,6 @@ class Family::SyncerTest < ActiveSupport::TestCase
EnableBankingItem.any_instance.stubs(:sync_later)
syncer.perform_sync(family_sync)
syncer.perform_post_sync
end
end