diff --git a/spec/models/user_profile_spec.rb b/spec/models/user_profile_spec.rb index 0fffc455aaa..ea5aacf3272 100644 --- a/spec/models/user_profile_spec.rb +++ b/spec/models/user_profile_spec.rb @@ -118,7 +118,8 @@ describe UserProfile do end it 'supports emoji images' do - expect(user.user_profile.bio_excerpt(500, keep_emoji_images: true)).to eq("hello \":test:\" \":woman_scientist:t5:\" \":thinking:\"") + + expect(user.user_profile.bio_excerpt(500, keep_emoji_images: true)).to eq("hello \":test:\" \":woman_scientist:t5:\" \":thinking:\"") end end