Commit 534e8b8d authored by bradley childs's avatar bradley childs Committed by GitHub

Update pull-requests.md fix typo

Fix the make arg for `make test-integration`
parent d038e22d
...@@ -71,7 +71,7 @@ The following will save time for both you and your reviewer: ...@@ -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. * Enable [pre-commit hooks](development.md#committing-changes-to-your-fork) and verify they pass.
* Verify `make verify` passes. * Verify `make verify` passes.
* Verify `make test` passes. * Verify `make test` passes.
* Verify `make test-integration.sh` passes. * Verify `make test-integration` passes.
## Release Notes ## Release Notes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment