aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_bottle_collector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_bottle_collector.rb b/Library/Homebrew/test/test_bottle_collector.rb
index 2de1424a2..7a597404c 100644
--- a/Library/Homebrew/test/test_bottle_collector.rb
+++ b/Library/Homebrew/test/test_bottle_collector.rb
@@ -16,7 +16,7 @@ class BottleCollectorTests < Homebrew::TestCase
assert_equal ['bar', :mountain_lion], checksum_for(:mountain_lion)
end
- def test_collector_returns_nil_on_no_matches
+ def test_collector_returns_when_empty
assert_nil checksum_for(:foo)
end