We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33994f commit 2c41f3cCopy full SHA for 2c41f3c
Makefile
@@ -377,6 +377,8 @@ mock: ## Generate all the mocks (for tests)
377
@mockgen -source=x/vesting/types/expected_keepers.go -package testutil -destination x/vesting/testutil/expected_keepers_mocks.go
378
@mockgen -source=x/logic/types/expected_keepers.go -package testutil -destination x/logic/testutil/expected_keepers_mocks.go
379
@mockgen -destination x/logic/testutil/gas_mocks.go -package testutil cosmossdk.io/store/types GasMeter
380
+ @mockgen -destination x/logic/testutil/fs_mocks.go -package testutil io/fs FS
381
+ @mockgen -destination x/logic/testutil/read_file_fs_mocks.go -package testutil io/fs ReadFileFS
382
383
## Release:
384
.PHONY: release-assets
0 commit comments