Populate test .run()
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s

This commit is contained in:
themodernhakr 2025-03-23 01:21:44 -05:00
parent 9588154a2f
commit 087f852b54

View File

@ -84,5 +84,8 @@ class database.benchmark {
::database.test.arrayTest2.index.del(); ::database.test.arrayTest2.index.del();
} }
function arrayTest2.run() { function arrayTest2.run() {
::temp.keyword = {keyword: "entry500"};
execute run { $say "found: $(keyword)"; } with ::temp.keyword;
::temp.keyword.del();
} }
} }