Remove `pending` (#9752)

Some specs have already been added.
This commit is contained in:
ysksn 2019-01-08 17:42:56 +09:00 committed by Eugen Rochko
parent 274109e9f3
commit 9a38357111
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