clessn/clessnverse

Delete duplicate tests in `dev_test-t.R`

Closed this issue · 1 comments

Issue

In folder tests/testthat/, the content of dev_test-t.R is identical to test-analysis.R before #106 and remains essentially identical to its current version.

Proposed solution

Delete dev_test-t.R

After deleting it, the number of tests ran with devtools::test() remains 60, which suggests it wasn't even used during tests.