Skip to content

Commit

Permalink
fix typo in TESTING.md server path (#2774)
Browse files Browse the repository at this point in the history
following TESTING.md instructions, I got an error:
"stat ./server/server.go: no such file or directory"

server.go path is: integration/server/cmd/integration/server.go
  • Loading branch information
elad-aharon committed Aug 28, 2023
1 parent 1cde8c3 commit a1ca220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Setting up the integration environment is a little tricky:
```bash
cd integration
go generate ./...
go run ./server/server.go
go run ./server/cmd/integration/server.go
```
in another terminal
```bash
Expand Down

0 comments on commit a1ca220

Please sign in to comment.