mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
Corrects description
for order-level, non-relevant attribute change
This commit is contained in:
@@ -26,7 +26,7 @@ describe OrderInvoiceComparator do
|
||||
expect(subject).to be true
|
||||
end
|
||||
|
||||
it "returns true if a non-relevant attribute changes" do
|
||||
it "returns false if a non-relevant attribute changes" do
|
||||
order.update!(note: "THIS IS A NEW NOTE")
|
||||
expect(subject).to be false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user