From 732ebd84570cba9ba5fd63f9f917168eb744e448 Mon Sep 17 00:00:00 2001 From: Mohamed ABDELLANI Date: Mon, 24 Oct 2022 08:59:49 +0100 Subject: [PATCH] fix the expected table size in "generates the report" test --- .../order_cycle_supplier_totals_by_distributor_report_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/reports/orders_and_fulfillment/order_cycle_supplier_totals_by_distributor_report_spec.rb b/spec/lib/reports/orders_and_fulfillment/order_cycle_supplier_totals_by_distributor_report_spec.rb index eb81de9872..a6f8e0a9d6 100644 --- a/spec/lib/reports/orders_and_fulfillment/order_cycle_supplier_totals_by_distributor_report_spec.rb +++ b/spec/lib/reports/orders_and_fulfillment/order_cycle_supplier_totals_by_distributor_report_spec.rb @@ -23,7 +23,7 @@ module Reporting end it "generates the report" do - expect(report_table.length).to eq(2) + expect(report_table.length).to eq(6) end it "has a variant row under the distributor" do