1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

Enque account sync job after creating transfer (#946)

This commit is contained in:
Tony Vincent 2024-07-04 12:57:26 +02:00 committed by GitHub
parent cf23453d93
commit 48092cb704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ class Account::TransfersControllerTest < ActionDispatch::IntegrationTest
name: "Test Transfer"
}
}
assert_enqueued_with job: AccountSyncJob
end
end