summaryrefslogtreecommitdiff
path: root/plugins/resetter/tests/test_plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/resetter/tests/test_plugin.go')
-rw-r--r--plugins/resetter/tests/test_plugin.go2
1 files changed, 2 insertions, 0 deletions
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
}