Skip to content

Commit

Permalink
Fix typo in DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Aug 30, 2024
1 parent 51d2706 commit 3d0c286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Testing Locally

The tests expect a running instance of PubSub. You can run the emulator specified in the `docker-compose.yml`, then set the correct env variable by running the following:

```
make up
PUBSUB_EMULATOR_HOST=localhost:8085 make test
Expand All @@ -11,3 +12,4 @@ Running one test:
```
make up
PUBSUB_EMULATOR_HOST=localhost:8085 go test -v ./... -run TestPublishSubscribe/TestContinueAfterSubscribeClose
```

0 comments on commit 3d0c286

Please sign in to comment.