aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_tap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_tap.rb b/Library/Homebrew/test/test_tap.rb
index 1396d0a0e..71836aee9 100644
--- a/Library/Homebrew/test/test_tap.rb
+++ b/Library/Homebrew/test/test_tap.rb
@@ -105,7 +105,7 @@ class TapTest < Homebrew::TestCase
end
def test_names
- assert_equal ["homebrew/core", "homebrew/foo"], Tap.names
+ assert_equal ["homebrew/core", "homebrew/foo"], Tap.names.sort
end
def test_attributes