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
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