Skip to content

Commit 3687a4d

Browse files
committed
Correct fix fo the test when no auto install
1 parent 499be6b commit 3687a4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/docs/smoke-all/2024/08/30/10291/latex-hyphen-lang-es-no-install.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ _quarto:
66
tests-on-ci: false
77
tests:
88
pdf:
9-
shouldError: true
9+
noErrors: true
1010
printsMessage:
11-
level: INFO
12-
regex: "Unknown option 'spanish'"
11+
level: WARN
12+
regex: "Possibly missing hyphenation"
1313
---
1414

1515
** This test is to be run manually as we don't want to uninstall and reinstall package in CI**
1616

1717
```{r}
1818
#| include: false
19-
19+
#| messages: 'NA'
2020
# Remove the hyphen package for spanish so that the test is meaningful
2121
if (tinytex::check_installed("hyphen-spanish")) {
2222
message("Removing 'hyphen-spanish' package for the render")

0 commit comments

Comments
 (0)