tests: Update failing tests

This commit is contained in:
Cristian 2020-08-11 08:48:13 -05:00
parent 0ec747f64e
commit dc87d8b68c
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,6 @@ def get_html(link: Link, path: Path) -> str:
abs_path = path.absolute()
sources = [canonical["wget_path"], canonical["singlefile_path"], canonical["dom_path"]]
document = None
breakpoint()
for source in sources:
try:
with open(abs_path / source, "r") as f: