From a136253bc88c1591cbab962af0506ff4c4cefc4b Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 18 Nov 2020 11:08:09 +0300 Subject: Add Resetter tests to the CI and Makefile --- plugins/resetter/tests/test_plugin.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/resetter/tests/test_plugin.go') diff --git a/plugins/resetter/tests/test_plugin.go b/plugins/resetter/tests/test_plugin.go index 6dc311d6..9f48a43f 100644 --- a/plugins/resetter/tests/test_plugin.go +++ b/plugins/resetter/tests/test_plugin.go @@ -60,5 +60,7 @@ func (p1 *Plugin1) Reset() error { panic(err) } + _ = pool + return nil } -- cgit v1.2.3