diff --git a/app_test.go b/app_test.go index 0d262a7..9e7626e 100644 --- a/app_test.go +++ b/app_test.go @@ -322,7 +322,6 @@ func TestWaitFor(t *testing.T) { ch: func(t *testing.T) chan int { return nil }, - exp: 0, expErr: io.ErrUnexpectedEOF, }, { @@ -335,7 +334,6 @@ func TestWaitFor(t *testing.T) { ch: func(t *testing.T) chan int { return nil }, - exp: 0, expErr: context.Canceled, }, {