Skip to content

Commit

Permalink
remove mocks verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed May 21, 2024
1 parent 5a581a5 commit 0878fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mocks-generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go install github.com/vektra/mockery/[email protected]

# Run generate command for mocks
cd ./testutil/keeper/mocks
go generate "mocks.go"
go generate "mocks.go" > /dev/null 2>&1

# Print a message to indicate completion
echo "Mocks generated."

0 comments on commit 0878fef

Please sign in to comment.