Skip to content

Commit

Permalink
chore: removed arguments to mockSrv.Test
Browse files Browse the repository at this point in the history
  • Loading branch information
meling committed Mar 26, 2024
1 parent d2815e8 commit b10575b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

type mockSrv struct{}

func (mockSrv) Test(ctx ServerCtx, _ *mock.Request) (resp *mock.Response, err error) {
func (mockSrv) Test(_ ServerCtx, _ *mock.Request) (*mock.Response, error) {
return nil, nil
}

Expand Down

0 comments on commit b10575b

Please sign in to comment.