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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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