From 59e5bec7319f753848fd8434b50b6b01053fe16e Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Wed, 25 Nov 2020 20:29:43 +0000 Subject: [PATCH] chore(*): fix PR template --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index ff37070..3f295a6 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -14,5 +14,5 @@ What code changes have been made to achieve the intent. - [ ] Code is formatted correctly (`npm run lint:fix`). - [ ] All unit tests are passing (`npm test`). -- [ ] All `sasjs-tests` unit tests are passing (`npm test`). +- [ ] All `sasjs-cli` unit tests are passing (`npm test`). - [ ] All `sasjs-tests` are passing (instructions available [here](https://github.com/sasjs/adapter/blob/master/sasjs-tests/README.md)).