Fix linter error: line is too long

This commit is contained in:
Jean-Baptiste Bellet
2023-08-08 15:38:08 +02:00
committed by Filipe
parent d6c10170da
commit 9ce89125a4

View File

@@ -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