Skip to content

Commit 9889d57

Browse files
committed
update
1 parent 0d9b443 commit 9889d57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/docs/run/test-stdlib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import { readLines } from "https://deno.land/std/io/mod.ts";
1+
import { readLines } from "stdlib/io";

tests/smoke/run/stdlib-run-version.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { execProcess } from "../../../src/core/process.ts";
99
import { assert } from "testing/asserts";
1010
import { unitTest } from "../../test.ts";
1111

12-
unitTest("yaml-intelligence-unit-regression", async () => {
12+
unitTest("stdlib-run-version", async () => {
1313
const result = await execProcess({
1414
cmd: [
1515
"quarto",

0 commit comments

Comments
 (0)