Skip to content

Commit e6da0a3

Browse files
committed
Fix rubocop: add spaces inside array brackets
1 parent 10f771e commit e6da0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saas/test/models/account/billing_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Account::BillingTest < ActiveSupport::TestCase
7777
status: "active"
7878
)
7979

80-
assert_enqueued_with(job: Account::SyncStripeCustomerEmailJob, args: [account.subscription]) do
80+
assert_enqueued_with(job: Account::SyncStripeCustomerEmailJob, args: [ account.subscription ]) do
8181
account.owner_email_changed
8282
end
8383
end

0 commit comments

Comments
 (0)