Corrects description

for order-level, non-relevant attribute change
This commit is contained in:
filipefurtad0
2023-07-31 13:06:47 +01:00
parent 67d5ffdc54
commit 8d382f3de4

View File

@@ -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