Skip to content

Commit 5eabe1a

Browse files
committed
bump mockery
1 parent d6a8df7 commit 5eabe1a

File tree

5 files changed

+100
-100
lines changed

5 files changed

+100
-100
lines changed

.mockery.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# https://vektra.github.io/mockery/latest/configuration/
22

3+
issue-845-fix: true
4+
35
packages:
46
github.com/moukoublen/goboilerplate:
57
config:

internal/httpx/mock_http_client_test.go

Lines changed: 94 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/httpx/mock_inner_client_test.go

Lines changed: 0 additions & 95 deletions
This file was deleted.

internal/mock_daemon_config_option_test.go

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ air: $(TOOLS_BIN)/air
149149
## <mockery>
150150
# https://github.com/vektra/mockery/releases
151151
MOCKERY_CMD:=github.com/vektra/mockery/v2
152-
MOCKERY_VER:=v2.50.1
152+
MOCKERY_VER:=v2.50.2
153153
$(TOOLS_BIN)/mockery: $(TOOLS_DB)/mockery.$(MOCKERY_VER).$(GO_VER).ver
154154
$(call go_install,air,$(MOCKERY_CMD),$(MOCKERY_VER))
155155

0 commit comments

Comments
 (0)