Corrects description, if the order didn't change

This commit is contained in:
filipefurtad0
2023-08-30 12:20:44 +01:00
parent 79a38345e9
commit b0c362f75e

View File

@@ -18,7 +18,7 @@ describe OrderInvoiceComparator do
}
context "changes on the order object" do
it "returns true if the order didn't change" do
it "returns false if the order didn't change" do
expect(subject).to be false
end