From 4c42943936fb0b54888dd05c91e58f29c52e4da3 Mon Sep 17 00:00:00 2001 From: mohamad khawam Date: Wed, 28 Feb 2024 18:15:58 -0500 Subject: [PATCH] issue with path --- tests/ssh.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ssh.spec.ts b/tests/ssh.spec.ts index 6dfda5d..85a56ea 100644 --- a/tests/ssh.spec.ts +++ b/tests/ssh.spec.ts @@ -1,4 +1,4 @@ -import { changePasswordOf } from "src/modules/password/change_passwords"; +import { changePasswordOf } from "../src/modules/password/change_passwords"; import { detect_hostname, detect_os, ejectSSHkey, makeConnection, removeSSHkey, testPassword } from "../src/modules/util/ssh_utils"; import { computers } from "./computers"; import assert from "assert";