tests: add a missing Tab cache clear
This was responsible for the sporadic failures I encountered in #1878.
This commit is contained in:
parent
f0249643d4
commit
6fc1747e05
@ -110,6 +110,7 @@ class FormularyFactoryTest < Homebrew::TestCase
|
|||||||
keg.uninstall
|
keg.uninstall
|
||||||
formula.clear_cache
|
formula.clear_cache
|
||||||
formula.bottle.clear_cache
|
formula.bottle.clear_cache
|
||||||
|
Tab.clear_cache
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_load_from_contents
|
def test_load_from_contents
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user