From 44ac6f43dea953a46fe983184b9e96cd1d957734 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 7 Dec 2019 13:03:59 +0800 Subject: [PATCH] fix: testing --- plugin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_test.go b/plugin_test.go index c6c9aa6..6a89d7d 100644 --- a/plugin_test.go +++ b/plugin_test.go @@ -416,5 +416,5 @@ func TestProxySendMessage(t *testing.T) { } err := plugin.Exec() - assert.NotNil(t, err) + assert.Nil(t, err) }