Fix linter issues
Fix all new linter issues that are raised by golanglint-ci 1.56
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user