Update OrderTaxAdjustmentsFetcher

This commit is contained in:
Matt-Yorkley
2021-02-10 20:13:57 +00:00
parent 02fb2c6a55
commit 80aefa8e73
2 changed files with 7 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ describe OrderTaxAdjustmentsFetcher do
subject { OrderTaxAdjustmentsFetcher.new(order).totals }
it "returns a hash with all 3 taxes" do
it "returns a hash with all 4 taxes" do
expect(subject.size).to eq(4)
end