Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
gouthamp-stellar committed Feb 11, 2025
1 parent f95fc4a commit f70bf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/signing/mocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func (s *SignatureClientMock) NetworkPassphrase() string {
return args.String(0)
}

func (s *SignatureClientMock) GetAccountPublicKey(ctx context.Context, opts ...int) (string, error) {
func (s *SignatureClientMock) GetAccountPublicKey(ctx context.Context, _ ...int) (string, error) {
args := s.Called(ctx)
return args.String(0), args.Error(1)
}
Expand Down

0 comments on commit f70bf85

Please sign in to comment.