From 1bfd03fe55a9aed06f9f76c92b05199189fad680 Mon Sep 17 00:00:00 2001 From: Ernest Wong Date: Thu, 15 Mar 2018 10:03:33 -0700 Subject: [PATCH] Change test_integration.py to test_index.py --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a72068a9928..294b57210e2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,4 +5,4 @@ This checklist is used to make sure that common guidelines for a pull request ar ### General Guidelines - [ ] Have you run `./scripts/ci/test_static.sh` locally? (`pip install pylint flake8` required) -- [ ] Have you run `python scripts/ci/test_integration.py -q` locally? +- [ ] Have you run `python scripts/ci/test_index.py -q` locally?