diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/runtime/autoload/remote/define_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/runtime/autoload/remote/define_spec.lua b/test/functional/runtime/autoload/remote/define_spec.lua index 53da47243c..9b97ed84d9 100644 --- a/test/functional/runtime/autoload/remote/define_spec.lua +++ b/test/functional/runtime/autoload/remote/define_spec.lua @@ -346,7 +346,7 @@ local function host() end local function register() - eval('remote#host#Register("busted", '..channel()..')') + eval('remote#host#Register("busted", "busted", '..channel()..')') end command_specs_for('remote#define#CommandOnChannel', true, channel) |