Skip to content

Commit 2c41f3c

Browse files
committed
build(project): add new generated mock (for vfs)
1 parent b33994f commit 2c41f3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,8 @@ mock: ## Generate all the mocks (for tests)
377377
@mockgen -source=x/vesting/types/expected_keepers.go -package testutil -destination x/vesting/testutil/expected_keepers_mocks.go
378378
@mockgen -source=x/logic/types/expected_keepers.go -package testutil -destination x/logic/testutil/expected_keepers_mocks.go
379379
@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
380382

381383
## Release:
382384
.PHONY: release-assets

0 commit comments

Comments
 (0)