fixed test dir path

This commit is contained in:
VorTechnix 2024-10-17 21:16:02 -07:00
parent 2354e51ba6
commit 98b3e9d391
No known key found for this signature in database
GPG Key ID: 091E91A69545D5BA

@ -10,7 +10,7 @@ local wea_cmd = worldeditadditions_commands
local test_dir = wea_cmd.modpath .. "/commands/test/"
-- Load tests with init function
dofile(test_dir .. "tests/init.lua")(test_dir)
dofile(test_dir .. "tests/init.lua")(test_dir .. "tests/")
local tests = worldeditadditions.normalize_test.get_registered_tests()
-- Helper functions