diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-25 17:33:49 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-25 17:33:49 +0100 |
commit | f7f92c29908550af82ac20041621c5b4404210d2 (patch) | |
tree | a467cb9dc58023b7f3c863f1c982e71e78b8d4f0 /tests/testthat/test_nafta.R | |
parent | 241f0b977092e4fe106a23ef70506bf37c1a3609 (diff) |
Shorten path to test plot
Diffstat (limited to 'tests/testthat/test_nafta.R')
-rw-r--r-- | tests/testthat/test_nafta.R | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testthat/test_nafta.R b/tests/testthat/test_nafta.R index 3615c278..10de3ce0 100644 --- a/tests/testthat/test_nafta.R +++ b/tests/testthat/test_nafta.R @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see <http://www.gnu.org/licenses/> -context("Evaluations according to the NAFTA guidance from 2015") +context("Evaluations according to 2015 NAFTA guidance") test_that("Data for more than one compound are rejected", expect_error(nafta(FOCUS_2006_D))) @@ -40,5 +40,5 @@ test_that("Test data from Appendix D are correctly evaluated", { expect_known_output(print(res), "print_nafta_analysis.txt") plot_nafta <- function() plot(res) - vdiffr::expect_doppelganger("Plot NAFTA analysis SOP Appendix D", plot_nafta) + vdiffr::expect_doppelganger("Plot NAFTA analysis", plot_nafta) }) |