diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit/multiqueue_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/multiqueue_spec.lua b/test/unit/multiqueue_spec.lua index 931a5efa94..36dae403be 100644 --- a/test/unit/multiqueue_spec.lua +++ b/test/unit/multiqueue_spec.lua @@ -25,7 +25,7 @@ describe('multiqueue (multi-level event-queue)', function() before_each(function() child_call_once(function() - parent = multiqueue.multiqueue_new_parent(ffi.NULL, ffi.NULL) + parent = multiqueue.multiqueue_new(ffi.NULL, ffi.NULL) child1 = multiqueue.multiqueue_new_child(parent) child2 = multiqueue.multiqueue_new_child(parent) child3 = multiqueue.multiqueue_new_child(parent) |