mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix enterprise fee with tax report specs
This commit is contained in:
@@ -26,7 +26,7 @@ RSpec.describe Reporting::Reports::EnterpriseFeeSummary::EnterpriseFeesWithTaxRe
|
||||
outgoing.exchange_variants.create(variant:)
|
||||
end
|
||||
}
|
||||
let(:variant) { create(:product, supplier: enterprise).variants.first }
|
||||
let(:variant) { create(:variant, supplier: enterprise) }
|
||||
let(:order) {
|
||||
create(
|
||||
:order, :with_line_item,
|
||||
|
||||
Reference in New Issue
Block a user