Skip to content

Commit

Permalink
Update generate/auth/mocks makefile command and apply it
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicatarra committed Dec 6, 2023
1 parent 5e5ad58 commit b65aae7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ generate/auth/mocks:
@echo 'Remove mocks...'
rm -rf ms/auth/domain/mocks
@echo 'Generate updated mocks...'
mockery --name=Appl --filename=user_application.go --output=ms/auth/domain/mocks --dir=ms/auth/domain
mockery --name=TokenInterface --filename=token.go --output=ms/auth/domain/mocks --dir=ms/auth/domain
mockery --name=TokenRepository --filename=token_repository.go --output=ms/auth/domain/mocks --dir=ms/auth/domain
mockery --name=UserRepository --filename=user_repository.go --output=ms/auth/domain/mocks --dir=ms/auth/domain
mockery --all --output=ms/auth/domain/mocks --dir=ms/auth/domain


# ====================================================================================
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b65aae7

Please sign in to comment.