fix the expected table size in "generates the report" test

This commit is contained in:
Mohamed ABDELLANI
2022-10-24 08:59:49 +01:00
parent 39e567d386
commit 732ebd8457

View File

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