Skip to content

Commit

Permalink
quarto v1.5.55 fixed issue, but does not cleanup correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Jul 19, 2024
1 parent faed9c0 commit e0fbade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-quarto.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test_that("quarto_version returns a numeric version", {

test_that("quarto_run gives guidance in error", {
# we need to skip previous versions because 1.5.41 introduced an issue solved in 1.5.55
skip_if_quarto_between("1.5.41", "1.5.54")
skip_if_quarto_between("1.5.41", "1.5.55")
local_reproducible_output(width = 1000)
expect_snapshot(
error = TRUE,
Expand Down

0 comments on commit e0fbade

Please sign in to comment.