Skip to content

Commit

Permalink
Update tests/smoke/convert/convert-issue-12042.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Christophe Dervieux <christophe.dervieux@gmail.com>
  • Loading branch information
cscheid and cderv authored Mar 6, 2025
1 parent 9f8f0e9 commit d6ca49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/smoke/convert/convert-issue-12042.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import { assert } from "testing/asserts";
],
{
teardown: async () => {
if (existsSync("docs/convert/backticks.qmd")) {
Deno.removeSync("docs/convert/backticks.qmd");
if (existsSync("docs/convert/issue-12042.qmd")) {
Deno.removeSync("docs/convert/issue-12042.qmd");
}
}
},
Expand Down

0 comments on commit d6ca49c

Please sign in to comment.