mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
set completed_at on the order used for testing
This commit is contained in:
@@ -22,6 +22,7 @@ describe '
|
||||
|
||||
let(:order) do
|
||||
create(:order_with_totals_and_distribution, user:, distributor:,
|
||||
completed_at: 1.day.ago,
|
||||
order_cycle:, state: 'complete',
|
||||
payment_state: 'balance_due')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user