Skip to content

Commit

Permalink
Merge pull request Homebrew#1463 from mistydemeo/test_tap_fix
Browse files Browse the repository at this point in the history
Tap tests: sort tap names for comparison
  • Loading branch information
MikeMcQuaid authored Nov 9, 2016
2 parents 42bb0f8 + 9f03a0b commit a7dc9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/test/test_tap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_fetch
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
Expand Down

0 comments on commit a7dc9e1

Please sign in to comment.