diff options
author | Matthias Hecker <mail@apoc.cc> | 2020-03-31 14:27:30 +0200 |
---|---|---|
committer | Matthias Hecker <mail@apoc.cc> | 2020-03-31 14:27:30 +0200 |
commit | a19f7bfb97e5f36e6b282fcc0982584838e86a0a (patch) | |
tree | 9934611dd3f7d2f9b53b5db8a829be6936dc1a8c | |
parent | 83aa5b5ae3849ca924727931d51dda1725230ed4 (diff) |
test: fix shadowed test method
-rw-r--r-- | test/test_plugins_threshold.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |