fix: testing

This commit is contained in:
Bo-Yi Wu 2019-12-07 13:03:59 +08:00
parent 5ac85a3412
commit 44ac6f43de

View File

@ -416,5 +416,5 @@ func TestProxySendMessage(t *testing.T) {
}
err := plugin.Exec()
assert.NotNil(t, err)
assert.Nil(t, err)
}