Explorar el Código

catch one message in tests

tags/v0.4.1
Garrick Aden-Buie hace 4 años
padre
commit
f1eac8759c
No se encontró ninguna clave conocida en la base de datos para esta firma
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tests/testthat/test-css.R

+ 1
- 1
tests/testthat/test-css.R Ver fichero

@@ -71,7 +71,7 @@ describe("find and choose xaringan themer files", {
expect_message(picked <- choose_xaringan_themer_css(candidates))
expect_equal(candidates, c("./mono_light.css", "./xaringan.css"))
expect_equal(picked, "./mono_light.css")
expect_equal(read_css_vars()$text_color, "#18273F")
expect_message(expect_equal(read_css_vars()$text_color, "#18273F"))
})

it("throws error if no xaringan themer css files", {

Cargando…
Cancelar
Guardar