11606, fix lint issues

This commit is contained in:
Ahmed Ejaz
2023-10-13 18:27:56 +05:00
committed by Konrad
parent 4040dc0a52
commit fc59c9397d

View File

@@ -56,7 +56,7 @@ describe Spree::BaseHelper do
end
it "prints in a format with double digit time" do
expect(pretty_time(DateTime.new(2012, 5, 6, 12, 00))).to eq "May 06, 2012 12:00 PM"
expect(pretty_time(DateTime.new(2012, 5, 6, 12, 33))).to eq "May 06, 2012 12:33 PM"
end
end
end