Fix test
This commit is contained in:
parent
05e52a09a8
commit
6fa7c8e6f4
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ RSpec.describe ActivityPub::Activity::Like do
|
|||
Fabricate(:custom_emoji, domain: nil, shortcode: 'tinking', license: 'Everyone but Ohagi')
|
||||
end
|
||||
|
||||
it 'create emoji reaction' do
|
||||
it 'create emoji reaction' do # rubocop:disable RSpec/MultipleExpectations
|
||||
expect(subject.count).to eq 1
|
||||
expect(subject.first.name).to eq 'tinking'
|
||||
expect(subject.first.account).to eq sender
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue