Skip to content

Commit

Permalink
fixed test dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
VorTechnix committed Oct 18, 2024
1 parent 2354e51 commit 98b3e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldeditadditions_commands/commands/test/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98b3e9d

Please sign in to comment.