zf

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

commit 40650a0dfa1fe23a827a66bc471b34dadf7882b0
parent b089135108143e995eef4f48454aacd0c1316bb7
Author: srfsh <dev@srf.sh>
Date:   Mon, 22 Aug 2022 22:00:24 +0300

Zenflows{Test,}.VF.Process: add paging support and small improvements

Diffstat:
Mtest/vf/process/type.test.exs | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/vf/process/type.test.exs b/test/vf/process/type.test.exs @@ -108,7 +108,6 @@ describe "Mutation" do } """, vars: %{"process" => Map.put(params, "id", old.id)}) - assert data["id"] == old.id keys = ~w[name hasBeginning hasEnd finished classifiedAs] assert Map.take(data, keys) == Map.take(params, keys)