We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f771e commit e6da0a3Copy full SHA for e6da0a3
saas/test/models/account/billing_test.rb
@@ -77,7 +77,7 @@ class Account::BillingTest < ActiveSupport::TestCase
77
status: "active"
78
)
79
80
- assert_enqueued_with(job: Account::SyncStripeCustomerEmailJob, args: [account.subscription]) do
+ assert_enqueued_with(job: Account::SyncStripeCustomerEmailJob, args: [ account.subscription ]) do
81
account.owner_email_changed
82
end
83
0 commit comments