zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit a219ad98c6c3134c1c8c9577949101eea04732c2
parent c02e97642c9777fbb82a35a4b47c85bf7e53048a
Author: srfsh <dev@srf.sh>
Date:   Fri,  9 Dec 2022 10:42:09 +0300

ZenflowsTest.VF.EconomicEvent: add missing resource_quantity for deliverService

Diffstat:
Mtest/vf/economic_event.test.exs | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/test/vf/economic_event.test.exs b/test/vf/economic_event.test.exs @@ -465,6 +465,10 @@ describe "`chgset/1` with deliverService:" do provider_id: Factory.insert!(:agent).id, receiver_id: Factory.insert!(:agent).id, resource_conforms_to_id: Factory.insert!(:resource_specification).id, + resource_quantity: %{ + has_numerical_value: Factory.decimal(), + has_unit_id: Factory.insert!(:unit).id, + }, has_beginning: DateTime.utc_now(), has_end: DateTime.utc_now(), }}