zf

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

commit de13d53d26234b3a37784c257164914d4d50c631
parent ef1dfbb9b2641ec026743baa6c0156fbe7f47115
Author: srfsh <dev@srf.sh>
Date:   Wed,  6 Jul 2022 23:29:30 +0200

test/help/factory: remove Restroom module alias

Diffstat:
Mtest/help/factory.ex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/help/factory.ex b/test/help/factory.ex @@ -4,7 +4,7 @@ Defines shortcuts for DB testing. """ alias Zenflows.DB.Repo -alias Zenflows.{Restroom, VF} +alias Zenflows.VF defdelegate id(), to: Zenflows.DB.ID, as: :gen