diff options
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r-- | test/functional/helpers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index 00acd12247..ae11455b3e 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -846,7 +846,7 @@ local module = { window = window, winmeths = winmeths, } -module = global_helpers.map_extend('error', module, global_helpers) +module = global_helpers.tbl_extend('error', module, global_helpers) return function(after_each) if after_each then |