move the nltm test to the correct position

This commit is contained in:
Frank Elsinga
2026-01-02 05:27:06 +01:00
committed by GitHub
parent 112173c37e
commit 0953b966db
@@ -26,4 +26,4 @@ test("Test createPseudoRandomValue", async (t) => {
assert.strictEqual(results.size, iterations, "All generated values should be unique");
});
});
});