diff --git a/deps-tests.ts b/deps-tests.ts index e6c3e5a..b6f64f5 100644 --- a/deps-tests.ts +++ b/deps-tests.ts @@ -1,6 +1,4 @@ -export { - assert, - assertEquals, - assertInstanceOf, - assertRejects, -} from "https://deno.land/std@0.215.0/testing/asserts.ts"; +export { assert } from "https://deno.land/std@0.215.0/assert/assert.ts"; +export { assertEquals } from "https://deno.land/std@0.215.0/assert/assert_equals.ts"; +export { assertInstanceOf } from "https://deno.land/std@0.215.0/assert/assert_instance_of.ts"; +export { assertRejects } from "https://deno.land/std@0.215.0/assert/assert_rejects.ts";