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