Skip to content

Commit

Permalink
fix linters
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed May 2, 2023
1 parent 25f8096 commit 5c3f285
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/kvm/kvm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ func (s stubJSONRRPC) StartUnixListener() net.Listener {
return nil
}

func (s stubJSONRRPC) GetVersion() string {
return ""
}

func (s stubJSONRRPC) Call(method string, _, result interface{}) error {
if method == "vhost_create_blk_controller" {
if s.err == nil {
Expand Down

0 comments on commit 5c3f285

Please sign in to comment.