From a19f7bfb97e5f36e6b282fcc0982584838e86a0a Mon Sep 17 00:00:00 2001 From: Matthias Hecker Date: Tue, 31 Mar 2020 14:27:30 +0200 Subject: [PATCH] test: fix shadowed test method --- test/test_plugins_threshold.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_plugins_threshold.rb b/test/test_plugins_threshold.rb index 261849d6..2ae5742d 100644 --- a/test/test_plugins_threshold.rb +++ b/test/test_plugins_threshold.rb @@ -123,7 +123,7 @@ class PluginsPriorityTest < Test::Unit::TestCase assert_equal 1, @mock5.connect_called_at.size end - def test_fast_delagate_above + def test_fast_delagate_below @@manager.delegate('connect', :below => 3) assert_equal 1, @mock1.connect_called_at.size -- 2.39.2