plugins: Fix plugin name in error messages

This commit is contained in:
Richard Hansen 2020-11-13 13:29:09 -05:00 committed by John McLear
parent 6c07229d38
commit d624aa936e
3 changed files with 8 additions and 8 deletions

View file

@ -45,7 +45,7 @@ describe(__filename, function() {
// change behavior depending on the number of parameters.
hook_fn: (hn, ctx, cb) => cb(ret),
hook_fn_name: hookFnName,
part: {name: 'testPluginName'},
part: {plugin: 'testPluginName'},
};
};