Remove `pending` (#9752)

Some specs have already been added.
lolsob-rspec
ysksn 2019-01-08 17:42:56 +09:00 committed by Eugen Rochko
parent 4d1e6abef3
commit c3725cc78f
1 changed files with 0 additions and 2 deletions

View File

@ -119,8 +119,6 @@ RSpec.describe ResolveAccountService, type: :service do
expect(account.actor_type).to eq 'Person'
end
end
pending
end
it 'processes one remote account at a time using locks' do