diff options
Diffstat (limited to 'pipe_factory_test.go')
-rw-r--r-- | pipe_factory_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pipe_factory_test.go b/pipe_factory_test.go index 08c47d94..27d1f74d 100644 --- a/pipe_factory_test.go +++ b/pipe_factory_test.go @@ -14,7 +14,6 @@ func Test_Pipe_Start(t *testing.T) { assert.NotNil(t, w) go func() { - assert.NoError(t, w.Wait()) }() |