Update spec
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Râu Cao 2023-09-15 21:00:27 +02:00
parent 79e3fbdb21
commit 02fb119957
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -77,8 +77,8 @@ RSpec.describe Manifique::Metadata do
end
it "returns the icon with the closest (but larger) size" do
icon = metadata.select_icon(sizes: "180x180")
expect(icon["sizes"]).to eq("192x192")
icon = metadata.select_icon(sizes: "170x170")
expect(icon["sizes"]).to eq("180x180")
end
end