Merge remote-tracking branch 'parent/main' into upstream-20240112
This commit is contained in:
commit
e65fb9fb51
333 changed files with 2661 additions and 1461 deletions
|
@ -5,7 +5,7 @@ require 'rails_helper'
|
|||
RSpec.describe UpdateAccountService, type: :service do
|
||||
subject { described_class.new }
|
||||
|
||||
describe 'switching form locked to unlocked accounts' do
|
||||
describe 'switching form locked to unlocked accounts', :sidekiq_inline do
|
||||
let(:account) { Fabricate(:account, locked: true) }
|
||||
let(:alice) { Fabricate(:account) }
|
||||
let(:bob) { Fabricate(:account) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue