Skip to content

Commit

Permalink
updating error
Browse files Browse the repository at this point in the history
  • Loading branch information
dominusmars committed Feb 28, 2024
1 parent d9e9b53 commit b18b108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ssh.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for (let computer of computers) {
}
it("Can Make Connection to server", async () => {
let ssh = await makeConnection(user, 3000, 3);
assert(ssh, "Unable to find ");
assert(ssh, "Unable to connect to target server");
if (ssh) await ssh.close();
});
});
Expand Down

0 comments on commit b18b108

Please sign in to comment.