Skip to content

Commit 3ef9a5d

Browse files
authored
Update README.md
1 parent fdea4fa commit 3ef9a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Server accessible via HTTP at `localhost:8080` and gRPC at `localhost:50051`.
147147
### Mocking Tests
148148
```bash
149149
cd pkg/services
150-
mockgen -source=yourservice_grpc.pb.go -destination=../yourservice_mock.go
150+
mockgen -source=yourservice_grpc.pb.go -destination=./yourservice_mock.go
151151
```
152152

153153
### Run Tests

0 commit comments

Comments
 (0)