Fixed typo

This commit is contained in:
Chris Richardson
2016-06-06 20:48:58 -07:00
parent 5b029d8307
commit 3117f12402

View File

@@ -96,7 +96,7 @@ First, you need to tell the query side code how to connect to MongoDB:
[Docker Compose](https://docs.docker.com/compose/) is a great way to run MongoDB.
You can run the `docker-compose up -d mongodb` to run MongoDB.
Second, some of the tests in accounts-command-side-service, transactions-command-side-service, accounts-query-side-service and e2e-test need you need to set some environment variables that tell them how to connect to the Event Store server.
Second, some of the tests in accounts-command-side-service, transactions-command-side-service, accounts-query-side-service and e2e-test require you to set some environment variables that tell them how to connect to the Event Store server.
But don't worry.
The build is configured to ignore failures for those projects.