diff options
| author | Alyssa Ross | 2017-01-19 13:16:08 +0000 |
|---|---|---|
| committer | Alyssa Ross | 2017-01-19 13:16:08 +0000 |
| commit | 6fc1747e0550545b4fe80f5a1854d16dd2b08afe (patch) | |
| tree | 1dd5cb530f509a8e5a8834ca6646d515bc3f25da /Library | |
| parent | f0249643d47f1dee4a0d08c440eb3afd6da3558a (diff) | |
| download | brew-6fc1747e0550545b4fe80f5a1854d16dd2b08afe.tar.bz2 | |
tests: add a missing Tab cache clear
This was responsible for the sporadic failures I encountered in #1878.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/formulary_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/formulary_test.rb b/Library/Homebrew/test/formulary_test.rb index 3d88c8407..a306c43df 100644 --- a/Library/Homebrew/test/formulary_test.rb +++ b/Library/Homebrew/test/formulary_test.rb @@ -110,6 +110,7 @@ class FormularyFactoryTest < Homebrew::TestCase keg.uninstall formula.clear_cache formula.bottle.clear_cache + Tab.clear_cache end def test_load_from_contents |
