Skip to content

Commit

Permalink
zero
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhicks committed Oct 10, 2024
1 parent c060b5c commit 60f1b05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ func TestWaitFor(t *testing.T) {
ch: func(t *testing.T) chan int {
return nil
},
exp: 0,
expErr: io.ErrUnexpectedEOF,
},
{
Expand All @@ -335,7 +334,6 @@ func TestWaitFor(t *testing.T) {
ch: func(t *testing.T) chan int {
return nil
},
exp: 0,
expErr: context.Canceled,
},
{
Expand Down

0 comments on commit 60f1b05

Please sign in to comment.