From b309485d188c651394d4c3d78b1cbdb62d9102de Mon Sep 17 00:00:00 2001 From: themodrnhakr Date: Fri, 21 Mar 2025 20:23:56 -0500 Subject: [PATCH] Add test function to actually run the tests --- src/database/crypt.jmc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/database/crypt.jmc b/src/database/crypt.jmc index 66283e7..d11a8b6 100644 --- a/src/database/crypt.jmc +++ b/src/database/crypt.jmc @@ -34,4 +34,8 @@ class database.crypt { scoreboard players reset $integerToHash __variable__; scoreboard players reset $hashInteger __variable__; } + + function test() { + test_hashInteger(1748586758492046); + } }