Fix linter issues

Fix all new linter issues that are raised by golanglint-ci 1.56
This commit is contained in:
Nicholas Thompson
2024-02-19 20:08:46 +02:00
parent 86d865ce1b
commit fa6fc5fb34
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/diebietse/invertergui/mk2driver"
)
func TestServer(t *testing.T) {
func TestServer(_ *testing.T) {
mockMk2 := mk2driver.NewMk2Mock()
muninServer := NewMunin(mockMk2)