summaryrefslogtreecommitdiff
path: root/tests/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2025-03-27 23:05:19 +0800
committerruki <[email protected]>2025-04-08 15:31:55 +0800
commit987ab86a6270073e6d1d08d4e8e70d6487e0d65c (patch)
tree3661abeb3dfa45a5d50beba31b7c42abfaacc1de /tests/modules
parentf55ca39e18390317210ac7d660cbfaa517c1e691 (diff)
fix test
Diffstat (limited to 'tests/modules')
-rw-r--r--tests/modules/async/run_jobgraph.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/async/run_jobgraph.lua b/tests/modules/async/run_jobgraph.lua
index 4463038b7..fe53a54c6 100644
--- a/tests/modules/async/run_jobgraph.lua
+++ b/tests/modules/async/run_jobgraph.lua
@@ -33,7 +33,7 @@ function _test_group()
jobs:add("job/root", _jobfunc)
for i = 1, 3 do
jobs:add("job/" .. i, _jobfunc, {groups = "bar"})
- jobgraph:group("foo", function ()
+ jobs:group("foo", function ()
for j = 1, 50 do
jobs:add("job/" .. i .. "/" .. j, _jobfunc)
end