Add test function to actually run the tests
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
This commit is contained in:
parent
8d3ef2b799
commit
b309485d18
@ -34,4 +34,8 @@ class database.crypt {
|
||||
scoreboard players reset $integerToHash __variable__;
|
||||
scoreboard players reset $hashInteger __variable__;
|
||||
}
|
||||
|
||||
function test() {
|
||||
test_hashInteger(1748586758492046);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user