Removed dead code in test_kicad_conf_guess_libs

This commit is contained in:
Salvador E. Tropea 2021-01-12 15:38:36 -03:00
parent 65833dc333
commit de08a9fa60
1 changed files with 1 additions and 2 deletions

View File

@ -113,8 +113,7 @@ def test_kicad_conf_xdg(caplog, monkeypatch):
def test_kicad_conf_guess_libs(caplog, monkeypatch):
""" Check no HOME and fail to load kicad_common.
Also check we correctly guess the libs dir. """
with monkeypatch.context() as m:
check_load_conf(caplog, fail=True, no_conf_path=True)
check_load_conf(caplog, fail=True, no_conf_path=True)
assert 'Detected KICAD_SYMBOL_DIR="/usr/share/kicad/library"' in caplog.text, caplog.text