From f75348e36b95fb6334a80bb903ff1002267c520c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 5 Oct 2018 17:13:24 +0200 Subject: [PATCH] Fix lint thanks emacs... --- tests/unit/browser/test_pdfjs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/browser/test_pdfjs.py b/tests/unit/browser/test_pdfjs.py index abe1cdc02..768180e11 100644 --- a/tests/unit/browser/test_pdfjs.py +++ b/tests/unit/browser/test_pdfjs.py @@ -151,7 +151,7 @@ class TestResources: with caplog.at_level(logging.WARNING): with pytest.raises(pdfjs.PDFJSNotFound, - match="Path 'web/test' not found"): + match="Path 'web/test' not found"): pdfjs.get_pdfjs_res_and_path('web/test') assert len(caplog.records) == 1