From 60f1b05a9fb6c0860ca9d484da9d903b47e36f18 Mon Sep 17 00:00:00 2001 From: Adam Hicks Date: Thu, 10 Oct 2024 10:14:49 +0100 Subject: [PATCH] zero --- app_test.go | 2 -- 1 file changed, 2 deletions(-) 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, }, {