mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-27 06:05:19 +00:00
Fix method name description
This commit is contained in:
@@ -375,7 +375,7 @@ RSpec.describe Spree::Order do
|
||||
end
|
||||
end
|
||||
|
||||
describe "#cancel" do
|
||||
describe "#cancel!" do
|
||||
let(:order) { create(:order_with_totals_and_distribution, :completed) }
|
||||
|
||||
before { order.cancel! }
|
||||
|
||||
Reference in New Issue
Block a user