fix typo in mock file name

This commit is contained in:
Umputun
2021-06-29 20:35:50 -05:00
parent ef649f10dc
commit 2eb78e0e47
2 changed files with 1 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ import (
"github.com/umputun/reproxy/app/discovery"
)
//go:generate moq -out inofrmer_mock.go -fmt goimports . Informer
//go:generate moq -out informer_mock.go -fmt goimports . Informer
// Server represents management server
type Server struct {