diff options
| author | ruki <[email protected]> | 2025-03-27 23:05:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-08 15:31:55 +0800 |
| commit | 987ab86a6270073e6d1d08d4e8e70d6487e0d65c (patch) | |
| tree | 3661abeb3dfa45a5d50beba31b7c42abfaacc1de /tests/modules | |
| parent | f55ca39e18390317210ac7d660cbfaa517c1e691 (diff) | |
fix test
Diffstat (limited to 'tests/modules')
| -rw-r--r-- | tests/modules/async/run_jobgraph.lua | 2 |
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 |
