Merge pull request #1463 from mistydemeo/test_tap_fix
Tap tests: sort tap names for comparison
This commit is contained in:
commit
a7dc9e1aac
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user