fix: add missing newline at end of test-ntlm.js

pull/6540/head
Julian Speckmann 5 months ago
parent 4ee7fb208d
commit efac835b4f

@ -26,4 +26,4 @@ test("Test createPseudoRandomValue", async (t) => {
assert.strictEqual(results.size, iterations, "All generated values should be unique");
});
});
});

Loading…
Cancel
Save