Skip to content

Commit

Permalink
tests: add a missing Tab cache clear
Browse files Browse the repository at this point in the history
This was responsible for the sporadic failures I encountered in Homebrew#1878.
  • Loading branch information
alyssais committed Jan 19, 2017
1 parent f024964 commit 6fc1747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/test/formulary_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def test_factory_from_rack_and_from_keg
keg.uninstall
formula.clear_cache
formula.bottle.clear_cache
Tab.clear_cache
end

def test_load_from_contents
Expand Down

0 comments on commit 6fc1747

Please sign in to comment.