diff --git a/inspect_test.ts b/inspect_test.ts index b28d965..06594ca 100644 --- a/inspect_test.ts +++ b/inspect_test.ts @@ -1,6 +1,6 @@ import { assertSnapshot, -} from "https://deno.land/std@0.202.0/testing/snapshot.ts"; +} from "https://deno.land/std@0.204.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 310c636..5399e10 100644 --- a/is_test.ts +++ b/is_test.ts @@ -1,14 +1,14 @@ import { assertEquals, assertStrictEquals, -} from "https://deno.land/std@0.202.0/assert/mod.ts"; +} from "https://deno.land/std@0.204.0/assert/mod.ts"; import { assertSnapshot, -} from "https://deno.land/std@0.202.0/testing/snapshot.ts"; +} from "https://deno.land/std@0.204.0/testing/snapshot.ts"; import type { AssertTrue, IsExact, -} from "https://deno.land/std@0.202.0/testing/types.ts"; +} from "https://deno.land/std@0.204.0/testing/types.ts"; import is, { isAllOf, isAny, diff --git a/util_test.ts b/util_test.ts index 4a01133..2dec7d9 100644 --- a/util_test.ts +++ b/util_test.ts @@ -1,7 +1,7 @@ import { assertStrictEquals, assertThrows, -} from "https://deno.land/std@0.202.0/assert/mod.ts"; +} from "https://deno.land/std@0.204.0/assert/mod.ts"; import { assert, AssertError,