Skip to content

Commit d6ca49c

Browse files
cscheidcderv
andauthored
Update tests/smoke/convert/convert-issue-12042.test.ts
Co-authored-by: Christophe Dervieux <[email protected]>
1 parent 9f8f0e9 commit d6ca49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/smoke/convert/convert-issue-12042.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import { assert } from "testing/asserts";
2727
],
2828
{
2929
teardown: async () => {
30-
if (existsSync("docs/convert/backticks.qmd")) {
31-
Deno.removeSync("docs/convert/backticks.qmd");
30+
if (existsSync("docs/convert/issue-12042.qmd")) {
31+
Deno.removeSync("docs/convert/issue-12042.qmd");
3232
}
3333
}
3434
},

0 commit comments

Comments
 (0)