mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix linter error: line is too long
This commit is contained in:
committed by
Filipe
parent
d6c10170da
commit
9ce89125a4
@@ -18,7 +18,8 @@ module Reporting
|
||||
it "returns headers for addresses" do
|
||||
expect(subject.table_headers).to eq(["First Name", "Last Name", "Billing Address",
|
||||
"Email", "Phone", "Hub", "Hub Address",
|
||||
"Shipping Method", "Total Number of Orders", "Total incl. tax ($)",
|
||||
"Shipping Method", "Total Number of Orders",
|
||||
"Total incl. tax ($)",
|
||||
"Last completed order date"])
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user