Skip to content

Commit 5281a4c

Browse files
committed
One more https import
1 parent a2ccdad commit 5281a4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/client/client_test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import { assertRejects, assertObjectMatch } from "https://deno.land/std@0.177.0/testing/asserts.ts";
1+
import { assertObjectMatch } from "@std/assert/object-match";
2+
import { assertRejects } from "@std/assert/rejects";
3+
24
import { BaseApiFactory, handleErrorResponse } from "./client.ts";
35
import { AwsServiceError } from "./mod.ts";
46

0 commit comments

Comments
 (0)