Fixed the rest of wf tests

This commit is contained in:
Denis Arh
2021-05-14 13:23:43 +02:00
parent 8eef51d445
commit 5a153093e1
+2 -1
View File
@@ -175,7 +175,8 @@ func TestSession_Delays(t *testing.T) {
// push in the input
input := &expr.Vars{}
input.Set("inout", "foo")
req.NoError(ses.Resume(ctx, waitForInputStateId.Load(), input))
_, err := ses.Resume(ctx, waitForInputStateId.Load(), input)
req.NoError(err)
req.False(ses.Suspended())
req.NoError(ses.Wait(ctx))