Skip to content

Commit

Permalink
build(project): add new generated mock (for vfs)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Jun 18, 2024
1 parent b33994f commit 2c41f3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ mock: ## Generate all the mocks (for tests)
@mockgen -source=x/vesting/types/expected_keepers.go -package testutil -destination x/vesting/testutil/expected_keepers_mocks.go
@mockgen -source=x/logic/types/expected_keepers.go -package testutil -destination x/logic/testutil/expected_keepers_mocks.go
@mockgen -destination x/logic/testutil/gas_mocks.go -package testutil cosmossdk.io/store/types GasMeter
@mockgen -destination x/logic/testutil/fs_mocks.go -package testutil io/fs FS
@mockgen -destination x/logic/testutil/read_file_fs_mocks.go -package testutil io/fs ReadFileFS

## Release:
.PHONY: release-assets
Expand Down

0 comments on commit 2c41f3c

Please sign in to comment.