1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 02:03:04 +02:00

travis cant find knitr vignette builder

This commit is contained in:
2018-09-25 00:36:35 +02:00
parent 9c566585b0
commit da60f27877
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,6 @@ test_that("mo_property works", {
# check languages
expect_equal(mo_type("E. coli", language = "de"), "Bakterien")
expect_equal(mo_type("E. coli", language = "nl"), "Bacteri\u00ebn")
expect_equal(mo_gramstain("E. coli", language = "nl"), "Gram-negatief")
expect_output(print(mo_gramstain("E. coli", language = "en")))