Skip to content

Commit

Permalink
Use the new assert module
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Oct 7, 2023
1 parent bbadd6d commit 0427572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion using_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
assertEquals,
assertRejects,
assertThrows,
} from "https://deno.land/std@0.203.0/testing/asserts.ts";
} from "https://deno.land/std@0.203.0/assert/mod.ts";
import { Disposable } from "./types.ts";
import {
usingAllResources,
Expand Down

0 comments on commit 0427572

Please sign in to comment.