Skip to content

Commit

Permalink
Update spec/models/media_attachment_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Ember-ruby committed Jan 11, 2024
1 parent 6f9f5e2 commit a6a7509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/media_attachment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
describe 'jxl' do
let(:media) { Fabricate(:media_attachment, file: attachment_fixture('600x400.jxl')) }

it_behaves_like 'static 600x400 image', 'image/webp', '.webp'
it_behaves_like 'static 600x400 image', 'image/jpeg', '.jpeg'
end

Check failure on line 152 in spec/models/media_attachment_spec.rb

View workflow job for this annotation

GitHub Actions / lint

[Correctable] Layout/TrailingWhitespace: Trailing whitespace detected. (https://rubystyle.guide#no-trailing-whitespace)
describe 'avif' do
Expand Down

0 comments on commit a6a7509

Please sign in to comment.