mirror of
https://github.com/we-promise/sure.git
synced 2026-07-20 16:55:25 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user