zf

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

commit 349822a09f251439053b3078de84d9ea4a4faf93
parent 22030ea1ddeeddc4b2344c3216616e7b427640c5
Author: srfsh <dev@srf.sh>
Date:   Sun, 14 Aug 2022 13:11:43 +0300

ZenflowsTest.VF.Claim: use Factory.now/0 instead

Diffstat:
Mtest/vf/claim.test.exs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/vf/claim.test.exs b/test/vf/claim.test.exs @@ -36,7 +36,7 @@ setup do has_numerical_value: Factory.float(), }, triggered_by_id: Factory.insert!(:economic_event).id, - due: DateTime.utc_now(), + due: Factory.now(), finished: Factory.bool(), note: Factory.uniq("note"), agreed_in: Factory.uniq("uri"),