From: Matthias Hecker Date: Tue, 31 Mar 2020 12:27:30 +0000 (+0200) Subject: test: fix shadowed test method X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=a19f7bfb97e5f36e6b282fcc0982584838e86a0a;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git test: fix shadowed test method --- 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