Skip to content

Commit

Permalink
Merge pull request #133 from inovex/update-mockery
Browse files Browse the repository at this point in the history
upgrade mockery to v2.42.0
  • Loading branch information
Alexander Huck authored Mar 7, 2024
2 parents cac9d7b + ada3536 commit fe9b891
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ vendor: ## Vendor dependencies
## Test

test: ## Run all tests
$(GO) run github.com/vektra/mockery/v2@v2.34.2
$(GO) run github.com/vektra/mockery/v2@v2.42.0
$(GOTEST) -race $(GOLIST)

coverage: ## Run tests with coverage and export it into 'profile.cov'. If 'COVERAGE_EXPORT' is true, 'COVERAGE_FILE' is written
Expand Down
26 changes: 25 additions & 1 deletion internal/sync/mocks/Sink.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion internal/sync/mocks/Source.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe9b891

Please sign in to comment.