Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve change weight #2545

Merged
merged 13 commits into from
Jan 14, 2025
Prev Previous commit
Next Next commit
nit
felipemadero committed Jan 9, 2025

Verified

This commit was signed with the committer’s verified signature.
commit 383508aec2b0a2634d186d795c02bcd09575a9f1
3 changes: 0 additions & 3 deletions scripts/regenerate_mocks.sh
Original file line number Diff line number Diff line change
@@ -16,9 +16,6 @@ fi

go install github.com/vektra/mockery/[email protected]

mockery -r --output ./internal/mocks --name Prompter --filename prompter.go
exit

mockery -r --output ./internal/mocks --name BinaryChecker --filename binary_checker.go
mockery -r --output ./internal/mocks --name PluginBinaryDownloader --filename plugin_binary_downloader.go
mockery -r --output ./internal/mocks --name ProcessChecker --filename process_checker.go