Add test function to actually run the tests
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s

This commit is contained in:
themodrnhakr 2025-03-21 20:23:56 -05:00
parent 8d3ef2b799
commit b309485d18

View File

@ -34,4 +34,8 @@ class database.crypt {
scoreboard players reset $integerToHash __variable__; scoreboard players reset $integerToHash __variable__;
scoreboard players reset $hashInteger __variable__; scoreboard players reset $hashInteger __variable__;
} }
function test() {
test_hashInteger(1748586758492046);
}
} }