This commit is contained in:
parent
79e3fbdb21
commit
02fb119957
@ -77,8 +77,8 @@ RSpec.describe Manifique::Metadata do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it "returns the icon with the closest (but larger) size" do
|
it "returns the icon with the closest (but larger) size" do
|
||||||
icon = metadata.select_icon(sizes: "180x180")
|
icon = metadata.select_icon(sizes: "170x170")
|
||||||
expect(icon["sizes"]).to eq("192x192")
|
expect(icon["sizes"]).to eq("180x180")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user