mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-19 04:49:15 +00:00
Update test description
This commit is contained in:
@@ -500,7 +500,7 @@ module Spree
|
||||
adjustable: order, amount: 456)
|
||||
}
|
||||
|
||||
describe "updating the adjustment" do
|
||||
describe "#update!" do
|
||||
it "sets a negative value equal to the return authorization amount" do
|
||||
expect { return_adjustment.update! }.
|
||||
to change { return_adjustment.reload.amount }.to(-123)
|
||||
|
||||
Reference in New Issue
Block a user