Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
knarewski committed Nov 1, 2024
1 parent 39e159e commit c19a22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/morandi_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@

expect(processed_image_width).to eq(pixbuf.width)
expect(processed_image_height).to eq(pixbuf.height)
# Pixbuf no-op is slightly different than file no-op because icc colour profile processing only happens for files
# Pixbuf's no-op is different than file no-op because icc colour profile processing only happens for files
expect(file_out).to match_reference_image('plasma-from-pixbuf-no-op-output')
end
end
Expand Down

0 comments on commit c19a22c

Please sign in to comment.