Tap tests: sort tap names for comparison
This commit is contained in:
parent
42bb0f8c4d
commit
9f03a0b255
@ -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