summaryrefslogtreecommitdiff
path: root/pipe_factory_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-14 13:54:44 +0300
committerValery Piashchynski <[email protected]>2020-12-14 13:54:44 +0300
commitf6063d06d3a381036abd672dfbb799d777455fb0 (patch)
tree2370c6e2263fd286d8fe412de951304df69f9806 /pipe_factory_test.go
parent00b42663891713f142a6cc67bcccdc31353daeb2 (diff)
fix tests issues
Diffstat (limited to 'pipe_factory_test.go')
-rwxr-xr-xpipe_factory_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipe_factory_test.go b/pipe_factory_test.go
index bdb861de..c742f522 100755
--- a/pipe_factory_test.go
+++ b/pipe_factory_test.go
@@ -105,7 +105,7 @@ func Test_Pipe_Echo(t *testing.T) {
assert.NoError(t, err)
assert.NotNil(t, res)
assert.NotNil(t, res.Body)
- assert.Nil(t, res.Context)
+ assert.Empty(t, res.Context)
assert.Equal(t, "hello", res.String())
}