Skip to content

Commit

Permalink
use scope specifier in deno assert
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
sr229 authored Oct 9, 2024
1 parent c4d9adb commit 8b1f419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deno/sagiri.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertThrows, assertExists } from "@std/assert";
import { assertThrows, assertExists } from "jsr:@std/assert";
import sagiri from "../../src/sagiri.ts";

Deno.test("should fail on invalid characters", () => {
Expand Down

0 comments on commit 8b1f419

Please sign in to comment.