Update pull-requests.md fix typo

Fix the make arg for `make test-integration`
This commit is contained in:
bradley childs 2016-07-25 20:56:24 -04:00 committed by GitHub
parent d038e22d87
commit 534e8b8d24

View File

@ -71,7 +71,7 @@ The following will save time for both you and your reviewer:
* Enable [pre-commit hooks](development.md#committing-changes-to-your-fork) and verify they pass.
* Verify `make verify` passes.
* Verify `make test` passes.
* Verify `make test-integration.sh` passes.
* Verify `make test-integration` passes.
## Release Notes