Skip to content

Commit

Permalink
Tap tests: sort tap names for comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Nov 8, 2016
1 parent 42bb0f8 commit 9f03a0b
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 9f03a0b

Please sign in to comment.