fix: change function names
This commit is contained in:
@@ -34,7 +34,7 @@ build-mocks:
|
||||
@go install github.com/golang/mock/mockgen
|
||||
@~/go/bin/mockgen -source=domain/entity/book/interface.go -destination=domain/entity/book/mock/book.go -package=mock
|
||||
@~/go/bin/mockgen -source=domain/entity/user/interface.go -destination=domain/entity/user/mock/user.go -package=mock
|
||||
@~/go/bin/mockgen -source=domain/loan/interface.go -destination=domain/loan/mock/loan.go -package=mock
|
||||
@~/go/bin/mockgen -source=domain/usecase/loan/interface.go -destination=domain/usecase/loan/mock/loan.go -package=mock
|
||||
|
||||
test:
|
||||
go test -tags testing ./...
|
||||
|
||||
Reference in New Issue
Block a user