From b0c362f75e70aa0023e5dfd630b031c4ae00ff72 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Wed, 30 Aug 2023 12:20:44 +0100 Subject: [PATCH] Corrects description, if the order didn't change --- spec/services/order_invoice_comparator_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/services/order_invoice_comparator_spec.rb b/spec/services/order_invoice_comparator_spec.rb index 3d904a0b22..4bd124d77b 100644 --- a/spec/services/order_invoice_comparator_spec.rb +++ b/spec/services/order_invoice_comparator_spec.rb @@ -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