Skip to content

Commit

Permalink
mocks fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kosegor committed Nov 7, 2023
1 parent a6cd510 commit a1b036e
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 1,780 deletions.
8 changes: 4 additions & 4 deletions contrib/scripts/mockgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

mockgen_cmd="go run github.com/golang/mock/mockgen"

$mockgen_cmd -source ./x/ugov/keeper_interfaces.go -package mocks -destination ./x/ugov/mocks/keepers.go
$mockgen_cmd -source ./x/uibc/expected_keepers.go -package mocks -destination ./x/uibc/mocks/keepers.go
$mockgen_cmd -source ./x/metoken/expected_keepers.go -package mocks -destination ./x/metoken/mocks/keepers.go
$mockgen_cmd -source ./app/inflation/expected_keepers.go -package mocks -destination ./app/inflation/mocks/keepers.go
$mockgen_cmd -source ./../../x/ugov/keeper_interfaces.go -package mocks -destination ./../..//x/ugov/mocks/keepers.go
$mockgen_cmd -source ./../../x/uibc/expected_keepers.go -package mocks -destination ./../..//x/uibc/mocks/keepers.go
$mockgen_cmd -source ./../../x/metoken/expected_keepers.go -package mocks -destination ./../../x/metoken/mocks/keepers.go
$mockgen_cmd -source ./../../app/inflation/expected_keepers.go -package mocks -destination ./../..//app/inflation/mocks/keepers.go
Loading

0 comments on commit a1b036e

Please sign in to comment.