Adjust completed_order_with_totals to have a distributor so that logic around refreshing shipping rates doesnt fail badly

This commit is contained in:
Luis Ramos
2020-03-06 16:00:16 +00:00
parent 063f733dda
commit 855d08957c

View File

@@ -118,4 +118,8 @@ FactoryBot.modify do
end
end
end
factory :completed_order_with_totals do
distributor { create(:distributor_enterprise) }
end
end