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