Mis-spelled a method name

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-05-28 16:57:16 -04:00
parent 6960a714b9
commit 1628383c8f

View file

@ -22,7 +22,7 @@ class PluginV2BaseMgmtMethods < Minitest::Test
def test_plugin_v2_management_class_methods_present
[
:base_class_for_type,
:find_type_by_implementation_class,
:find_name_by_implementation_class,
:registry,
:register_plugin_type,
:plugin_name,