Compare commits

..

1 Commits

Author SHA1 Message Date
Râu Cao
8a32dcfbc7 Store correct list of available manifest properties
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-09-15 20:53:00 +02:00

View File

@@ -189,7 +189,7 @@ RSpec.describe Manifique::WebClient do
end
it "knows which properties were loaded from the web app manifest" do
expect(subject.from_web_manifest.length).to eq(10)
expect(subject.from_web_manifest.length).to eq(9)
end
it "loads iOS icons from HTML" do