Skip to content

Commit

Permalink
removed new lines from test print
Browse files Browse the repository at this point in the history
  • Loading branch information
dominusmars committed Mar 1, 2024
1 parent 578a1b3 commit a0aeb23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ssh.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dotenv.config();
const defaultPassword = process.env.DEFAULT;

for (let computer of computers) {
console.log("\n\n\n");
describe(`SSH ${computer["OS Type"]} ${computer.Name} ${computer.ipaddress}`, () => {
let user = computer.users[0];
if (!user) {
Expand Down

0 comments on commit a0aeb23

Please sign in to comment.