diff options
author | Wolfy-J <[email protected]> | 2019-12-23 15:20:57 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-12-23 15:20:57 +0300 |
commit | d39e20a58c8a40eefe6e5d6761f78f38f024b46e (patch) | |
tree | cd4f7f514cc1b735bef07f0228e7f41bf52c5d8d /pipe_factory_test.go | |
parent | 1d225f1e88d176c955111d2a033ab0f14834f93e (diff) |
- check before erasing unix sock
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()) }() |