aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2016-11-09 11:14:40 +0000
committerGitHub2016-11-09 11:14:40 +0000
commita7dc9e1aac35dc1d2f0655d87cd2e1c77b6857a6 (patch)
tree5e3243c8554ccac25bd6b2c7b43a61003ea42e7e
parent42bb0f8c4d035762e3c1c3b99ee8202504377441 (diff)
parent9f03a0b2551879607013b5ee361a815ea0a67668 (diff)
downloadbrew-a7dc9e1aac35dc1d2f0655d87cd2e1c77b6857a6.tar.bz2
Merge pull request #1463 from mistydemeo/test_tap_fix
Tap tests: sort tap names for comparison
-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