diff --git a/inspect_test.ts b/inspect_test.ts index 06594ca..0f29072 100644 --- a/inspect_test.ts +++ b/inspect_test.ts @@ -1,6 +1,6 @@ import { assertSnapshot, -} from "https://deno.land/std@0.204.0/testing/snapshot.ts"; +} from "https://deno.land/std@0.205.0/testing/snapshot.ts"; import { inspect } from "./inspect.ts"; Deno.test("inspect", async (t) => { diff --git a/is_test.ts b/is_test.ts index dadfbcf..2a100f0 100644 --- a/is_test.ts +++ b/is_test.ts @@ -1,14 +1,14 @@ import { assertEquals, assertStrictEquals, -} from "https://deno.land/std@0.204.0/assert/mod.ts"; +} from "https://deno.land/std@0.205.0/assert/mod.ts"; import { assertSnapshot, -} from "https://deno.land/std@0.204.0/testing/snapshot.ts"; +} from "https://deno.land/std@0.205.0/testing/snapshot.ts"; import type { AssertTrue, IsExact, -} from "https://deno.land/std@0.204.0/testing/types.ts"; +} from "https://deno.land/std@0.205.0/testing/types.ts"; import is, { isAllOf, isAny, diff --git a/util_test.ts b/util_test.ts index 2dec7d9..66970a5 100644 --- a/util_test.ts +++ b/util_test.ts @@ -1,7 +1,7 @@ import { assertStrictEquals, assertThrows, -} from "https://deno.land/std@0.204.0/assert/mod.ts"; +} from "https://deno.land/std@0.205.0/assert/mod.ts"; import { assert, AssertError,