Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-01-24 22:44:26 +03:00
parent 8a71466ba4
commit 88a4c1641d
48 changed files with 200 additions and 137 deletions

View File

@@ -138,5 +138,6 @@ func TestFlow(t *testing.T) {
t.Fatal(err)
}
_ = keys
t.Logf("execution id: %s, result: %v", id, err)
_ = id
// t.Logf("execution id: %s, result: %v", id, err)
}