Browse Source

feat: update tests

pull/2387/head
natdeanlewissoftwire 2 years ago
parent
commit
76cc4a7ac6
  1. 2
      spec/helpers/collection_resources_helper_spec.rb

2
spec/helpers/collection_resources_helper_spec.rb

@ -13,7 +13,7 @@ RSpec.describe CollectionResourcesHelper do
context "without pages" do
it "returns correct metadata" do
expect(file_type_size_and_pages("bulk-upload-lettings-template-2023-24.xlsx")).to eq("Microsoft Excel, 15 KB")
expect(file_type_size_and_pages("bulk-upload-lettings-template-2023-24.xlsx")).to eq("Microsoft Excel, 19 KB")
end
end
end

Loading…
Cancel
Save