We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ccdad commit 5281a4cCopy full SHA for 5281a4c
1 file changed
lib/client/client_test.ts
@@ -1,4 +1,6 @@
1
-import { assertRejects, assertObjectMatch } from "https://deno.land/std@0.177.0/testing/asserts.ts";
+import { assertObjectMatch } from "@std/assert/object-match";
2
+import { assertRejects } from "@std/assert/rejects";
3
+
4
import { BaseApiFactory, handleErrorResponse } from "./client.ts";
5
import { AwsServiceError } from "./mod.ts";
6
0 commit comments