Skip to content

Commit fdffa57

Browse files
committed
fix typo
1 parent 607e7e6 commit fdffa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke/knitr/rscript-args.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let rscriptArgs: string | undefined;
1818
testRender(rscriptArgsDoc.input, "markdown_strict", true, [
1919
noErrorsOrWarnings,
2020
ensureFileRegexMatches(rscriptArgsDoc.output.outputPath, [
21-
/"--no-restore"/, /"--max-connection=258"/]
21+
/"--no-restore"/, /"--max-connections=258"/]
2222
),
2323
],
2424
{

0 commit comments

Comments
 (0)