Pārlūkot izejas kodu

Fix tests for {testthat} 3.1.0

tags/v0.4.1
Garrick Aden-Buie pirms 4 gadiem
vecāks
revīzija
046187ae84
Šim parakstam datu bāzē netika atrasta zināma atslēga
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      tests/testthat/test-css.R

+ 1
- 1
tests/testthat/test-css.R Parādīt failu

@@ -68,7 +68,7 @@ describe("find and choose xaringan themer files", {
it("chooses the first from the list if ambiguous", {
file.rename("xaringan-themer.css", "xaringan.css")
candidates <- find_xaringan_themer_css()
picked <- expect_message(choose_xaringan_themer_css(candidates))
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")

Notiek ielāde…
Atcelt
Saglabāt