diff options
Diffstat (limited to 'cli/tests/unit_node/crypto/crypto_cipher_test.ts')
| -rw-r--r-- | cli/tests/unit_node/crypto/crypto_cipher_test.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/tests/unit_node/crypto/crypto_cipher_test.ts b/cli/tests/unit_node/crypto/crypto_cipher_test.ts index 7ea361bf6..3da7ae3f1 100644 --- a/cli/tests/unit_node/crypto/crypto_cipher_test.ts +++ b/cli/tests/unit_node/crypto/crypto_cipher_test.ts @@ -3,10 +3,7 @@ import crypto from "node:crypto"; import { Buffer } from "node:buffer"; import { Readable } from "node:stream"; import { buffer, text } from "node:stream/consumers"; -import { - assertEquals, - assertThrows, -} from "../../../../test_util/std/assert/mod.ts"; +import { assertEquals, assertThrows } from "@test_util/std/assert/mod.ts"; const rsaPrivateKey = Deno.readTextFileSync( new URL("../testdata/rsa_private.pem", import.meta.url), |
