cosmos-sdk/store/v2/mock/mockgen.sh
cool-developer bc698d8bb2
test(store/v2): add the root store unit test (#21208)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-08-09 15:11:05 +00:00

4 lines
114 B
Bash
Executable File

#!/usr/bin/env bash
mockgen_cmd="mockgen"
$mockgen_cmd -package mock -destination ./db_mock.go -source ./types.go