Skip to content

Commit f4bc9a7

Browse files
committed
use testing/asserts import path
1 parent d37188f commit f4bc9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke/engine/invalid-engine-in-project.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { assertRejects } from "https://deno.land/std/assert/assert_rejects.ts";
1+
import { assertRejects } from "testing/asserts";
22
import { quarto } from "../../../src/quarto.ts";
33
import { test } from "../../test.ts";
44

0 commit comments

Comments
 (0)