Skip to content

Commit

Permalink
tidy up init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
VorTechnix committed Oct 17, 2024
1 parent 8ef1d34 commit 67e1e95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions worldeditadditions_commands/commands/test/tests/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ local test_id_paths = {
"stacktrace.test.lua",
}

-- Helper functions
local update = function(a,k,v) a[k] = v end

-- Test loader
local test_loader = function (path)
for _, v in ipairs(test_id_paths) do dofile(path .. v) end
Expand Down

0 comments on commit 67e1e95

Please sign in to comment.