Skip to content

Commit 0427572

Browse files
committed
Use the new assert module
1 parent bbadd6d commit 0427572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

using_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
assertEquals,
44
assertRejects,
55
assertThrows,
6-
} from "https://deno.land/[email protected]/testing/asserts.ts";
6+
} from "https://deno.land/[email protected]/assert/mod.ts";
77
import { Disposable } from "./types.ts";
88
import {
99
usingAllResources,

0 commit comments

Comments
 (0)