Update order total in test setup

This commit is contained in:
Matt-Yorkley
2021-03-16 18:02:52 +00:00
parent bb46df61d4
commit 5bbe768827

View File

@@ -692,7 +692,7 @@ describe Spree::Order do
amount: 123,
included_tax: 2
)
order.reload
order.update!
end
it "returns a sum of all tax on the order" do