mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
fix the expected table size in "generates the report" test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user