Skip to content

Commit 2d74f1b

Browse files
committed
Correct fix fo the test when no auto install
1 parent 25ddc1f commit 2d74f1b

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
@@ -7,17 +7,17 @@ _quarto:
77
tests-on-ci: false
88
tests:
99
pdf:
10-
shouldError: true
10+
noErrors: true
1111
printsMessage:
12-
level: INFO
13-
regex: "Unknown option 'spanish'"
12+
level: WARN
13+
regex: "Possibly missing hyphenation"
1414
---
1515

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

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

0 commit comments

Comments
 (0)