Skip to content

Commit

Permalink
test/mock: fix typo in AdminClient mock file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ciacono authored and aaronbee committed Jan 29, 2025
1 parent f083f51 commit 564cc04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/mock/adming_client.go → test/mock/admin_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/mock/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package mock
// then run 'go generate' to auto-generate mock_client.

//go:generate mockgen -destination=client.go -package=mock github.com/tsuna/gohbase Client
//go:generate mockgen -destination=adming_client.go -package=mock github.com/tsuna/gohbase AdminClient
//go:generate mockgen -destination=admin_client.go -package=mock github.com/tsuna/gohbase AdminClient
//go:generate mockgen -destination=conn.go -package=mock net Conn
//go:generate mockgen -destination=call.go -package=mock github.com/tsuna/gohbase/hrpc Call
//go:generate mockgen -destination=zk/client.go -package=mock github.com/tsuna/gohbase/zk Client
Expand Down

0 comments on commit 564cc04

Please sign in to comment.