Skip to content

Commit

Permalink
Fix linter error: line is too long
Browse files Browse the repository at this point in the history
  • Loading branch information
jibees committed Sep 22, 2023
1 parent fead479 commit 933811c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/lib/reports/customers_report_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ module Customers
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

Expand Down

0 comments on commit 933811c

Please sign in to comment.