Skip to content

Commit

Permalink
Remove mocks check in PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
rsh52 committed Oct 23, 2023
1 parent 19eaa44 commit 161c02c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Before submitting this PR, please check and verify below that the submission mee

- [ ] New/revised functions have associated tests
- [ ] New/revised functions that update downstream outputs have associated static testing files (`.RDS`) updated under `inst/testdata/create_test_data.R`
- [ ] New tests that make API calls use `httptest::with_mock_api` and any new mocks were added to `tests/testthat/fixtures/create_httptest_mocks.R`
- [ ] New/revised functions use appropriate naming conventions
- [ ] New/revised functions don't repeat code
- [ ] Code changes are less than **250** lines total
Expand Down

0 comments on commit 161c02c

Please sign in to comment.